mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 18:45:59 +00:00
WIP
This commit is contained in:
@@ -22,7 +22,7 @@ export default function newTable(connection, database) {
|
||||
current: {
|
||||
pureName: 'new_table',
|
||||
schemaName: getAppliedCurrentSchema() ?? driver?.dialect?.defaultSchemaName,
|
||||
columns: [
|
||||
columns: driver.dialect?.defaultNewTableColumns ?? [
|
||||
{
|
||||
columnName: 'id',
|
||||
dataType: 'int',
|
||||
|
||||
Reference in New Issue
Block a user