Commit d5322613 authored by 余海军's avatar 余海军

fix

parent 5bca8f77
......@@ -29,13 +29,13 @@
"name": {
"type": "String",
"required": false,
"length": 50,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 50,
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
......@@ -44,13 +44,13 @@
"title": {
"type": "String",
"required": false,
"length": 50,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "title",
"dataType": "varchar",
"dataLength": 50,
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
......@@ -59,13 +59,13 @@
"post": {
"type": "String",
"required": false,
"length": 255,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "post",
"dataType": "varchar",
"dataLength": 255,
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
......@@ -100,6 +100,81 @@
"dataScale": null,
"nullable": "Y"
}
},
"type": {
"type": "Number",
"required": false,
"length": null,
"precision": 3,
"scale": 0,
"mysql": {
"columnName": "type",
"dataType": "tinyint",
"dataLength": null,
"dataPrecision": 3,
"dataScale": 0,
"nullable": "Y"
}
},
"imgCepingTouxiang": {
"type": "String",
"required": false,
"length": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "img_ceping_touxiang",
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"imgCepingTuoyuan": {
"type": "String",
"required": false,
"length": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "img_ceping_tuoyuan",
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"school": {
"type": "String",
"required": false,
"length": 255,
"precision": null,
"scale": null,
"mysql": {
"columnName": "school",
"dataType": "varchar",
"dataLength": 255,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"imgCepingBanshen": {
"type": "String",
"required": false,
"length": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "img_ceping_banshen",
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -41,10 +41,6 @@
"dataSource": "ruipeng",
"public": true
},
"DashboardStatisticsPropaganda": {
"dataSource": "ruipeng",
"public": true
},
"DashboardStatisticsCount": {
"dataSource": "ruipeng",
"public": true
......@@ -720,5 +716,9 @@
"AnotherKuanghuan2": {
"dataSource": "ruipeng",
"public": true
},
"DashboardStatisticsPropaganda": {
"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