We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de6e1e commit fa1d8aaCopy full SHA for fa1d8aa
1 file changed
schema.sql
@@ -4,3 +4,5 @@ CREATE TABLE artist (
4
name text NOT NULL,
5
year int NOT NULL
6
);
7
+
8
+CREATE table types (timestamp_no_tz timestamp without time zone);
0 commit comments