Compare commits
No commits in common. "acf8cb1acde8129a91f53617f30a16afab9f8c9b" and "ac4c06e9c898fe8c428cc08366a5078b315e1b7d" have entirely different histories.
acf8cb1acd
...
ac4c06e9c8
|
@ -1,6 +1,6 @@
|
|||
DROP TABLE IF EXISTS `water`;
|
||||
create table 'water'(
|
||||
'id' int,
|
||||
'costcenter' varchar(50),
|
||||
'ss' varchar(50)
|
||||
create table "water"
|
||||
(
|
||||
id int,
|
||||
costcenter varchar(50)
|
||||
|
||||
)
|
Loading…
Reference in New Issue