build_app

This commit is contained in:
2026-03-30 03:52:57 +00:00
parent 7b7a3a3e5b
commit 7552ac3630
14 changed files with 1956 additions and 0 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));