trina_cost_data/sql/datebase_init.sql

6 lines
64 B
SQL

create table "water"
(
id int,
costcenter varchar(50)
)