Commit ff167927 authored by 黄卓然's avatar 黄卓然

fix another_teacher

parent 390415cd
......@@ -88,13 +88,28 @@
"img1": {
"type": "String",
"required": false,
"length": 65535,
"length": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "img1",
"dataType": "text",
"dataLength": 65535,
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"img2": {
"type": "String",
"required": false,
"length": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "img2",
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
......
This diff is collapsed.
......@@ -681,11 +681,11 @@
"dataSource": "ruipeng",
"public": true
},
"AnotherTeacher": {
"HosL3p21": {
"dataSource": "ruipeng",
"public": true
},
"HosL3p21": {
"AnotherTeacher": {
"dataSource": "ruipeng",
"public": true
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment