create table test

This commit is contained in:
Jan Prochazka
2021-09-05 08:42:56 +02:00
parent f4c39bbf3c
commit 5b58ed9c26
4 changed files with 58 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ const matviews = {
const engines = [
{
label: 'MySQL',
skipLocal: true,
// skipLocal: true,
connection: {
engine: 'mysql@dbgate-plugin-mysql',
password: 'Pwd2020Db',
@@ -94,7 +94,7 @@ const engines = [
},
{
label: 'SQLite',
skipLocal: true,
// skipLocal: true,
generateDbFile: true,
connection: {
engine: 'sqlite@dbgate-plugin-sqlite',