build_app

This commit is contained in:
2026-04-06 08:14:28 +00:00
parent 2b45e81173
commit 9c8ebd5bc7
15 changed files with 1149 additions and 145 deletions

View File

@@ -0,0 +1,2 @@
CREATE TABLE dbtest.Test_a(id BIGINT NOT NULL AUTO_INCREMENT, active VARCHAR(400), description VARCHAR(400), name VARCHAR(400), PRIMARY KEY (id));