更新 sql/datebase_init.sql

This commit is contained in:
xiaochou164 2023-11-29 13:32:09 +00:00
parent a3f9480d76
commit ac4c06e9c8
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
create table "water"
(
id int,
costcenter varchar(50)
)