Compare commits
2 Commits
ac4c06e9c8
...
acf8cb1acd
Author | SHA1 | Date |
---|---|---|
|
acf8cb1acd | |
|
96eefb0916 |
|
@ -1,6 +1,6 @@
|
||||||
create table "water"
|
DROP TABLE IF EXISTS `water`;
|
||||||
(
|
create table 'water'(
|
||||||
id int,
|
'id' int,
|
||||||
costcenter varchar(50)
|
'costcenter' varchar(50),
|
||||||
|
'ss' varchar(50)
|
||||||
)
|
)
|
Loading…
Reference in New Issue