Commit 2941f67c authored by 余海军's avatar 余海军

add

parent 7a28e506
...@@ -55,19 +55,19 @@ ...@@ -55,19 +55,19 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"value2": { "type": {
"type": "Number", "type": "String",
"required": false, "required": true,
"length": null, "length": 1,
"precision": 32, "precision": null,
"scale": 0, "scale": null,
"mysql": { "mysql": {
"columnName": "value2", "columnName": "type",
"dataType": "decimal", "dataType": "varchar",
"dataLength": null, "dataLength": 1,
"dataPrecision": 32, "dataPrecision": null,
"dataScale": 0, "dataScale": null,
"nullable": "Y" "nullable": "N"
} }
} }
}, },
......
...@@ -55,19 +55,19 @@ ...@@ -55,19 +55,19 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"value2": { "type": {
"type": "Number", "type": "String",
"required": false, "required": true,
"length": null, "length": 2,
"precision": 32, "precision": null,
"scale": 0, "scale": null,
"mysql": { "mysql": {
"columnName": "value2", "columnName": "type",
"dataType": "decimal", "dataType": "varchar",
"dataLength": null, "dataLength": 2,
"dataPrecision": 32, "dataPrecision": null,
"dataScale": 0, "dataScale": null,
"nullable": "Y" "nullable": "N"
} }
} }
}, },
......
This diff is collapsed.
...@@ -685,11 +685,11 @@ ...@@ -685,11 +685,11 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"AnotherOrder": { "AnotherRevenue": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"AnotherRevenue": { "AnotherOrder": {
"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