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

fix

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