mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
table-analyse oracle tests pass
This commit is contained in:
@@ -23,7 +23,7 @@ function getColumnInfo(
|
||||
columnName: column_name,
|
||||
dataType: fullDataType,
|
||||
notNull: is_nullable == 'N',
|
||||
defaultValue: autoIncrement ? undefined : default_value,
|
||||
defaultValue: autoIncrement ? undefined : default_value?.trim(),
|
||||
autoIncrement,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user