Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 265d85f0d3 |
+1
-1
@@ -7,7 +7,7 @@ CREATE TABLE public.lottery
|
|||||||
mtime timestamp with time zone DEFAULT current_timestamp NOT NULL
|
mtime timestamp with time zone DEFAULT current_timestamp NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
insert into "public"."lottery" ("type", "message")
|
insert into "public"."lottery" ("type", "message") values
|
||||||
('leg', '0024.jpg'),
|
('leg', '0024.jpg'),
|
||||||
('leg', '0025.jpg'),
|
('leg', '0025.jpg'),
|
||||||
('leg', '0029.jpg'),
|
('leg', '0029.jpg'),
|
||||||
|
|||||||
Reference in New Issue
Block a user