Format sql
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
-- TODO: constraint
|
||||
|
||||
CREATE TABLE TIMES
|
||||
create table times
|
||||
(
|
||||
Key TEXT NOT NULL
|
||||
, Value TEXT NOT NULL
|
||||
key text not null
|
||||
, value text not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user