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

测试

parent 11783e6a
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"properties": { "properties": {
"id": { "id": {
"type": "String", "type": "String",
"required": false, "required": true,
"length": 36, "length": 36,
"precision": null, "precision": null,
"scale": null, "scale": null,
...@@ -23,11 +23,12 @@ ...@@ -23,11 +23,12 @@
"dataPrecision": null, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "Y" "nullable": "Y"
} },
"isArray": false
}, },
"name": { "name": {
"type": "String", "type": "String",
"required": false, "required": true,
"length": 65535, "length": 65535,
"precision": null, "precision": null,
"scale": null, "scale": null,
......
This diff is collapsed.
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