fix schema
This commit is contained in:
parent
a6d5769247
commit
265d85f0d3
@ -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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user