feat: added autocreate tables

This commit is contained in:
2026-01-17 19:29:22 +03:00
parent 47348a1678
commit f2bff8d0e2
5 changed files with 58 additions and 8 deletions

3
deps/tables.ddl vendored
View File

@@ -10,6 +10,3 @@ CREATE TABLE IF NOT EXISTS clients (
yourCompany TEXT NOT NULL,
comment TEXT
);
COMMENT ON TABLE clients IS '';
COMMENT ON FIELD clients.id IS '';