Skip to content

Commit

Permalink
Add fixture test
Browse files Browse the repository at this point in the history
  • Loading branch information
griffio committed Jun 25, 2024
1 parent fcc77ce commit 5e2720a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE T (
id INTEGER
);

ALTER TABLE T ADD COLUMN other_id INTEGER;

ALTER TABLE T ADD COLUMN IF NOT EXISTS txt VARCHAR[] DEFAULT '{}';

0 comments on commit 5e2720a

Please sign in to comment.