新增 extend_json 扩展字段,方便存储元数据;

This commit is contained in:
thinkgem
2021-11-04 15:29:31 +08:00
parent a929eb13e6
commit eed65d732a
2 changed files with 1100 additions and 947 deletions

View File

@@ -0,0 +1,6 @@
ALTER TABLE `${_prefix}cms_category`
ADD COLUMN extend_json text COMMENT '扩展 JSON';
ALTER TABLE `${_prefix}cms_article_data`
ADD COLUMN extend_json text COMMENT '扩展 JSON';

File diff suppressed because it is too large Load Diff