Skip to content

Commit 138eba7

Browse files
committed
f
1 parent 00ec4e3 commit 138eba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/dal-runtime/test/SqlGenerator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('test/SqlGenerator.test.ts', () => {
2424
' double_column DOUBLE(10,5) UNSIGNED ZEROFILL NOT NULL,\n' +
2525
' date_column DATE NOT NULL,\n' +
2626
' date_time_column DATETIME(3) NOT NULL,\n' +
27-
' timestamp_column TIMESTAMP(3) NOT NULL,\n' +
27+
' timestamp_column TIMESTAMP(3) NULL,\n' +
2828
' time_column TIME(3) NOT NULL,\n' +
2929
' year_column YEAR NOT NULL,\n' +
3030
' var_char_column VARCHAR(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n' +

0 commit comments

Comments
 (0)