fix schema

This commit is contained in:
Jay 2018-09-27 21:48:20 +08:00
parent a6d5769247
commit 265d85f0d3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CREATE TABLE public.lottery
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', '0025.jpg'),
('leg', '0029.jpg'),