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

fix another_teacher

parent 390415cd
...@@ -88,13 +88,28 @@ ...@@ -88,13 +88,28 @@
"img1": { "img1": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 65535, "length": 500,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "img1", "columnName": "img1",
"dataType": "text", "dataType": "varchar",
"dataLength": 65535, "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, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "Y" "nullable": "Y"
......
This diff is collapsed.
...@@ -681,11 +681,11 @@ ...@@ -681,11 +681,11 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"AnotherTeacher": { "HosL3p21": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosL3p21": { "AnotherTeacher": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "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