... | ... | @@ -57,3 +57,6 @@ CREATE TABLE `tb_certificate_detail` ( |
|
|
KEY `idx_create_time` (`create_time`) USING BTREE,
|
|
|
KEY `idx_update_time` (`update_time`) USING BTREE
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='资质信息明细'
|
|
|
|
|
|
```
|
|
|
# 数据字典 |
|
|
\ No newline at end of file |