build_app

This commit is contained in:
2026-09-17 05:29:16 +00:00
parent 570805ebe4
commit 213e24fc06
13 changed files with 1625 additions and 0 deletions
@@ -0,0 +1,2 @@
CREATE TABLE sep1515.Hello(id BIGINT NOT NULL AUTO_INCREMENT, active VARCHAR(400), description VARCHAR(400), name VARCHAR(400), PRIMARY KEY (id));