generate stuff

This commit is contained in:
2021-08-29 12:50:59 +02:00
parent 2733c5fbac
commit b65b48a364
10 changed files with 58 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-- ----------------------------------------
-- THIS FILE HAS BEEN GENERATED
-- DO NOT EDIT MANUALLY
-- ----------------------------------------
CREATE TABLE account_t (
id serial not null primary key
,description varchar(128) not null