mirror of
https://github.com/insistence/RuoYi-Vue3-FastAPI.git
synced 2026-09-21 04:46:28 +00:00
fix: 移除代码生成表业务表外键,修复无法删除的问题
This commit is contained in:
@@ -936,8 +936,7 @@ create table gen_table_column (
|
||||
create_time timestamp(0),
|
||||
update_by varchar(64) default '',
|
||||
update_time timestamp(0),
|
||||
primary key (column_id),
|
||||
constraint fk_gen_table_column_table_id foreign key (table_id) references gen_table(table_id)
|
||||
primary key (column_id)
|
||||
);
|
||||
comment on column gen_table_column.column_id is '编号';
|
||||
comment on column gen_table_column.table_id is '归属表编号';
|
||||
|
||||
Reference in New Issue
Block a user