We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ec4e3 commit 138eba7Copy full SHA for 138eba7
core/dal-runtime/test/SqlGenerator.test.ts
@@ -24,7 +24,7 @@ describe('test/SqlGenerator.test.ts', () => {
24
' double_column DOUBLE(10,5) UNSIGNED ZEROFILL NOT NULL,\n' +
25
' date_column DATE NOT NULL,\n' +
26
' date_time_column DATETIME(3) NOT NULL,\n' +
27
- ' timestamp_column TIMESTAMP(3) NOT NULL,\n' +
+ ' timestamp_column TIMESTAMP(3) NULL,\n' +
28
' time_column TIME(3) NOT NULL,\n' +
29
' year_column YEAR NOT NULL,\n' +
30
' var_char_column VARCHAR(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n' +
0 commit comments