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

add

parent 337d2228
'use strict';
module.exports = function(Anotherforteacher) {
};
{ {
"name": "AnotherForteachers", "name": "AnotherForteacher",
"base": "PersistedModel", "base": "PersistedModel",
"idInjection": false, "idInjection": false,
"options": { "options": {
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
}, },
"mysql": { "mysql": {
"schema": "wordpress", "schema": "wordpress",
"table": "another_forteachers" "table": "another_forteacher"
}, },
"properties": { "properties": {
"id": { "id": {
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"post": { "value1": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 65535, "length": 65535,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "post", "columnName": "value1",
"dataType": "text", "dataType": "text",
"dataLength": 65535, "dataLength": 65535,
"dataPrecision": null, "dataPrecision": null,
...@@ -55,14 +55,14 @@ ...@@ -55,14 +55,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"intro": { "value2": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 4294967295, "length": 4294967295,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "intro", "columnName": "value2",
"dataType": "longtext", "dataType": "longtext",
"dataLength": 4294967295, "dataLength": 4294967295,
"dataPrecision": null, "dataPrecision": null,
...@@ -84,21 +84,6 @@ ...@@ -84,21 +84,6 @@
"dataScale": null, "dataScale": null,
"nullable": "Y" "nullable": "Y"
} }
},
"img1": {
"type": "String",
"required": false,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "img1",
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
} }
}, },
"validations": [], "validations": [],
......
'use strict';
module.exports = function(Anotherforteachers) {
};
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"post": { "value1": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 65535, "length": 65535,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "post", "columnName": "value1",
"dataType": "text", "dataType": "text",
"dataLength": 65535, "dataLength": 65535,
"dataPrecision": null, "dataPrecision": null,
...@@ -55,14 +55,14 @@ ...@@ -55,14 +55,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"intro": { "value2": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 4294967295, "length": 4294967295,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "intro", "columnName": "value2",
"dataType": "longtext", "dataType": "longtext",
"dataLength": 4294967295, "dataLength": 4294967295,
"dataPrecision": null, "dataPrecision": null,
......
This diff is collapsed.
...@@ -665,23 +665,23 @@ ...@@ -665,23 +665,23 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"AnotherForteachers": { "HosRevenue": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"AnotherTeacher": { "BillCategory": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosRevenue": { "BillShop": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"BillCategory": { "AnotherForteacher": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"BillShop": { "AnotherTeacher": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"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