Expand EasyCode front workbench features

This commit is contained in:
王鹏
2026-05-23 11:31:38 +08:00
parent 56dbc02526
commit 2c8b74ea8a
70 changed files with 6596 additions and 638 deletions

View File

@@ -0,0 +1,3 @@
-- Run once on existing front workbench databases to persist ER diagram drafts.
alter table front_project
add column er_diagram longtext comment 'ER diagram draft JSON' after preview_status;