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