Expand EasyCode front workbench features
This commit is contained in:
3
RuoYi-Vue/sql/front_er_diagram.sql
Normal file
3
RuoYi-Vue/sql/front_er_diagram.sql
Normal 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;
|
||||
Reference in New Issue
Block a user