Commit 2ed74b30 authored by 余海军's avatar 余海军

add

parent 228e98e1
...@@ -55,14 +55,14 @@ ...@@ -55,14 +55,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"address": { "value": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 45, "length": 45,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "address", "columnName": "value",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 45, "dataLength": 45,
"dataPrecision": null, "dataPrecision": null,
......
...@@ -37866,7 +37866,7 @@ definitions: ...@@ -37866,7 +37866,7 @@ definitions:
name: name:
maxLength: 255 maxLength: 255
type: string type: string
address: value:
maxLength: 45 maxLength: 45
type: string type: string
additionalProperties: false additionalProperties: false
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