mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
select template
This commit is contained in:
@@ -61,6 +61,10 @@
|
||||
label: 'SQL: CREATE TABLE',
|
||||
sqlTemplate: 'CREATE TABLE',
|
||||
},
|
||||
{
|
||||
label: 'SQL: SELECT',
|
||||
sqlTemplate: 'SELECT',
|
||||
},
|
||||
],
|
||||
views: [
|
||||
{
|
||||
@@ -102,6 +106,10 @@
|
||||
label: 'SQL: CREATE TABLE',
|
||||
sqlTemplate: 'CREATE TABLE',
|
||||
},
|
||||
{
|
||||
label: 'SQL: SELECT',
|
||||
sqlTemplate: 'SELECT',
|
||||
},
|
||||
],
|
||||
procedures: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user