This commit is contained in:
parent
a3f9480d76
commit
96eefb0916
|
@ -0,0 +1,6 @@
|
|||
DROP TABLE IF EXISTS `water`;
|
||||
create table 'water'(
|
||||
'id' int,
|
||||
'costcenter' varchar(50),
|
||||
'ss' varchar(50)
|
||||
)
|
Loading…
Reference in New Issue