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