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

add

parent 2941f67c
...@@ -55,19 +55,19 @@ ...@@ -55,19 +55,19 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"type": { "value2": {
"type": "String", "type": "Number",
"required": true, "required": false,
"length": 1, "length": null,
"precision": null, "precision": 32,
"scale": null, "scale": 0,
"mysql": { "mysql": {
"columnName": "type", "columnName": "value2",
"dataType": "varchar", "dataType": "decimal",
"dataLength": 1, "dataLength": null,
"dataPrecision": null, "dataPrecision": 32,
"dataScale": null, "dataScale": 0,
"nullable": "N" "nullable": "Y"
} }
} }
}, },
......
...@@ -55,19 +55,19 @@ ...@@ -55,19 +55,19 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"type": { "value2": {
"type": "String", "type": "Number",
"required": true, "required": false,
"length": 2, "length": null,
"precision": null, "precision": 32,
"scale": null, "scale": 0,
"mysql": { "mysql": {
"columnName": "type", "columnName": "value2",
"dataType": "varchar", "dataType": "decimal",
"dataLength": 2, "dataLength": null,
"dataPrecision": null, "dataPrecision": 32,
"dataScale": null, "dataScale": 0,
"nullable": "N" "nullable": "Y"
} }
} }
}, },
......
...@@ -44,13 +44,13 @@ ...@@ -44,13 +44,13 @@
"type": "Number", "type": "Number",
"required": false, "required": false,
"length": null, "length": null,
"precision": 45, "precision": 64,
"scale": 0, "scale": 0,
"mysql": { "mysql": {
"columnName": "value1", "columnName": "value1",
"dataType": "decimal", "dataType": "decimal",
"dataLength": null, "dataLength": null,
"dataPrecision": 45, "dataPrecision": 64,
"dataScale": 0, "dataScale": 0,
"nullable": "Y" "nullable": "Y"
} }
...@@ -58,13 +58,13 @@ ...@@ -58,13 +58,13 @@
"value2": { "value2": {
"type": "String", "type": "String",
"required": true, "required": true,
"length": 2, "length": 63,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "value2", "columnName": "value2",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 2, "dataLength": 63,
"dataPrecision": null, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "N" "nullable": "N"
...@@ -73,13 +73,13 @@ ...@@ -73,13 +73,13 @@
"value3": { "value3": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 55, "length": 63,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "value3", "columnName": "value3",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 55, "dataLength": 63,
"dataPrecision": null, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "Y" "nullable": "Y"
......
...@@ -58,13 +58,13 @@ ...@@ -58,13 +58,13 @@
"value2": { "value2": {
"type": "String", "type": "String",
"required": true, "required": true,
"length": 2, "length": 56,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "value2", "columnName": "value2",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 2, "dataLength": 56,
"dataPrecision": null, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "N" "nullable": "N"
......
This diff is collapsed.
...@@ -513,14 +513,6 @@ ...@@ -513,14 +513,6 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"BillCategory": {
"dataSource": "ruipeng",
"public": true
},
"BillShop": {
"dataSource": "ruipeng",
"public": true
},
"AnotherForteacher": { "AnotherForteacher": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -685,11 +677,19 @@ ...@@ -685,11 +677,19 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"AnotherOrder": {
"dataSource": "ruipeng",
"public": true
},
"AnotherRevenue": { "AnotherRevenue": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"AnotherOrder": { "BillShop": {
"dataSource": "ruipeng",
"public": true
},
"BillCategory": {
"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