Compare commits

..

1 Commits

Author SHA1 Message Date
root 265d85f0d3 fix schema 2018-09-27 21:48:20 +08:00
+1 -1
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'),