There was an error while loading. Please reload this page.
1 parent c5f9daf commit 1a6cdaaCopy full SHA for 1a6cdaa
test/integration/v2/date.test.ts
@@ -20,7 +20,7 @@ description TEXT NULL,
20
pg_date pgdate NOT NULL ,
21
time_wtz timestamptz NOT NULL ,
22
time_ntz timestampntz NOT NULL ,
23
-done boolean NOT NULL default 1
+done boolean NOT NULL default true
24
)
25
PRIMARY INDEX id;
26
`;
0 commit comments