Skip to content

Commit fa1d8aa

Browse files
committed
Add a new test table
1 parent 1de6e1e commit fa1d8aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

schema.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ CREATE TABLE artist (
44
name text NOT NULL,
55
year int NOT NULL
66
);
7+
8+
CREATE table types (timestamp_no_tz timestamp without time zone);

0 commit comments

Comments
 (0)