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

add

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