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

add

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