|
|
hai 6 meses | |
|---|---|---|
| .idea | hai 8 meses | |
| .mvn | %!s(int64=2) %!d(string=hai) anos | |
| sql | %!s(int64=2) %!d(string=hai) anos | |
| src | hai 6 meses | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| README.md | hai 6 meses | |
| mvnw | %!s(int64=2) %!d(string=hai) anos | |
| mvnw.cmd | %!s(int64=2) %!d(string=hai) anos | |
| pom.xml | %!s(int64=2) %!d(string=hai) anos |
若依平台官网地址: http://doc.ruoyi.vip
record_ocr_time新增字段,并取消主键 ALTER TABLE record_ocr_time ADD COLUMN sub_date_dir VARCHAR(16) COMMENT 'Secondary directories'; SHOW KEYS FROM record_ocr_time WHERE Key_name = 'PRIMARY'; ALTER TABLE record_ocr_time DROP PRIMARY KEY;