wip sql syntax error

This commit is contained in:
Tau 2019-04-29 15:15:08 -04:00
parent 9b04b2a457
commit d0671f84d9

View File

@ -145,7 +145,7 @@ create table "idz"."ta_result" (
"flags" smallint not null,
"grade" smallint not null,
"car_selector" integer not null,
"timestamp" timestamp not null,
"timestamp" timestamp not null
);
create table "idz"."ta_best" (