mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
#1111 mssql - handle timestamp and computed columns in clonerows
This commit is contained in:
@@ -78,6 +78,7 @@ function getColumnInfo({
|
||||
defaultValue,
|
||||
defaultConstraint,
|
||||
computedExpression: simplifyComutedExpression(computedExpression),
|
||||
hasAutoValue: !!(dataType == 'timestamp' || dataType == 'rowversion' || computedExpression),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user