Skip to content

Commit a486c3a

Browse files
Add initial data to public.t1 table
1 parent a0a2d24 commit a486c3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
INSERT INTO public.t1 (username, nickname)
2+
VALUES
3+
('alice', 'ali'),
4+
('bob', 'bobby'),
5+
('charlie', 'char'),
6+
('david', 'dave'),
7+
('emma', 'em');

0 commit comments

Comments
 (0)