mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
feat(SQLite): tables management
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = {
|
||||
// Settings
|
||||
elementsWrapper: '',
|
||||
stringsWrapper: '"',
|
||||
tableAdd: false,
|
||||
tableAdd: true,
|
||||
viewAdd: false,
|
||||
triggerAdd: false,
|
||||
triggerFunctionAdd: false,
|
||||
@@ -34,7 +34,7 @@ module.exports = {
|
||||
schedulerAdd: false,
|
||||
databaseEdit: false,
|
||||
schemaEdit: false,
|
||||
tableSettings: false,
|
||||
tableSettings: true,
|
||||
tableArray: false,
|
||||
tableRealCount: true,
|
||||
viewSettings: false,
|
||||
@@ -43,11 +43,12 @@ module.exports = {
|
||||
routineSettings: false,
|
||||
functionSettings: false,
|
||||
schedulerSettings: false,
|
||||
indexes: false,
|
||||
foreigns: false,
|
||||
sortableFields: false,
|
||||
indexes: true,
|
||||
foreigns: true,
|
||||
sortableFields: true,
|
||||
unsigned: false,
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
nullablePrimary: true,
|
||||
zerofill: false,
|
||||
tableOptions: false,
|
||||
autoIncrement: false,
|
||||
|
Reference in New Issue
Block a user