Commit 8f646d7f authored by 曾振佳's avatar 曾振佳

fix

parent 0fd2c7d1
{
"name": "Aaaaaaa",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "aaaaaaa"
},
"properties": {
"formId": {
"type": "String",
"required": true,
"length": 1,
"precision": null,
"scale": null,
"mysql": {
"columnName": "form_id",
"dataType": "varchar",
"dataLength": 1,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"area": {
"type": "String",
"required": false,
"length": 4294967295,
"precision": null,
"scale": null,
"mysql": {
"columnName": "area",
"dataType": "longtext",
"dataLength": 4294967295,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"community": {
"type": "String",
"required": false,
"length": 4294967295,
"precision": null,
"scale": null,
"mysql": {
"columnName": "community",
"dataType": "longtext",
"dataLength": 4294967295,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Bbbbb) {
};
'use strict';
module.exports = function(Wpwpdatatable14) {
};
'use strict';
module.exports = function(Aaaaaaa) {
module.exports = function(Zzjjbxx1) {
};
{
"name": "Bbbbb",
"name": "ZzjJbxx1",
"base": "PersistedModel",
"idInjection": false,
"options": {
......@@ -7,21 +7,21 @@
},
"mysql": {
"schema": "wordpress",
"table": "bbbbb"
"table": "zzj_jbxx_1"
},
"properties": {
"id": {
"type": "String",
"type": "Number",
"required": true,
"length": 3,
"precision": null,
"scale": null,
"length": null,
"precision": 20,
"scale": 0,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 3,
"dataPrecision": null,
"dataScale": null,
"dataType": "bigint",
"dataLength": null,
"dataPrecision": 20,
"dataScale": 0,
"nullable": "N"
}
},
......
'use strict';
module.exports = function(Zzjwpdatatable14) {
};
{
"name": "WpWpdatatable14",
"name": "ZzjWpdatatable14",
"base": "PersistedModel",
"idInjection": false,
"options": {
......@@ -7,9 +7,24 @@
},
"mysql": {
"schema": "wordpress",
"table": "wp_wpdatatable_14"
"table": "zzj_wpdatatable_14"
},
"properties": {
"id": {
"type": "String",
"required": false,
"length": 36,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 36,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"wdtId": {
"type": "Number",
"required": true,
......
This diff is collapsed.
......@@ -53,15 +53,11 @@
"dataSource": "【本地】正本清源数据库",
"public": true
},
"WpWpdatatable14": {
"ZzjWpdatatable14": {
"dataSource": "【本地】正本清源数据库",
"public": true
},
"Aaaaaaa": {
"dataSource": "【本地】正本清源数据库",
"public": true
},
"Bbbbb": {
"ZzjJbxx1": {
"dataSource": "【本地】正本清源数据库",
"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