Compare commits

..

2 Commits

Author SHA1 Message Date
xiaochou164 acf8cb1acd Merge remote-tracking branch 'origin/main'
# Conflicts:
#	sql/datebase_init.sql
2023-11-29 21:38:51 +08:00
xiaochou164 96eefb0916 1 2023-11-29 21:38:01 +08:00
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
create table "water"
(
id int,
costcenter varchar(50)
DROP TABLE IF EXISTS `water`;
create table 'water'(
'id' int,
'costcenter' varchar(50),
'ss' varchar(50)
)