Format sql
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
-- [TITLE]
|
||||
|
||||
CREATE TABLE TITLE
|
||||
create table title
|
||||
(
|
||||
Value TEXT
|
||||
value text
|
||||
);
|
||||
|
||||
INSERT INTO TITLE (Value) VALUES ('');
|
||||
insert into title (value) values ('');
|
||||
|
||||
Reference in New Issue
Block a user