Commit 67df4d58 authored by 余海军's avatar 余海军

add

parent 1d97c292
'use strict';
module.exports = function(Anotherforteachers) {
};
{
"name": "AnotherForteachers",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_forteachers"
},
"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"
}
},
"name": {
"type": "String",
"required": false,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"post": {
"type": "String",
"required": false,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "post",
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"intro": {
"type": "String",
"required": false,
"length": 4294967295,
"precision": null,
"scale": null,
"mysql": {
"columnName": "intro",
"dataType": "longtext",
"dataLength": 4294967295,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"img": {
"type": "String",
"required": false,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "img",
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"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": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Anotherteacher) {
};
{
"name": "AnotherTeacher",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_teacher"
},
"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"
}
},
"name": {
"type": "String",
"required": false,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"post": {
"type": "String",
"required": false,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "post",
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"intro": {
"type": "String",
"required": false,
"length": 4294967295,
"precision": null,
"scale": null,
"mysql": {
"columnName": "intro",
"dataType": "longtext",
"dataLength": 4294967295,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"img": {
"type": "String",
"required": false,
"length": 65535,
"precision": null,
"scale": null,
"mysql": {
"columnName": "img",
"dataType": "text",
"dataLength": 65535,
"dataPrecision": null,
"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": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Warehousingcategory) {
};
{
"name": "WarehousingCategory",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "warehousing_category"
},
"properties": {
"name": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"sku": {
"type": "Number",
"required": false,
"length": null,
"precision": 45,
"scale": 0,
"mysql": {
"columnName": "sku",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 45,
"dataScale": 0,
"nullable": "Y"
}
},
"diff": {
"type": "String",
"required": true,
"length": 2,
"precision": null,
"scale": null,
"mysql": {
"columnName": "diff",
"dataType": "varchar",
"dataLength": 2,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"percent": {
"type": "String",
"required": false,
"length": 55,
"precision": null,
"scale": null,
"mysql": {
"columnName": "percent",
"dataType": "varchar",
"dataLength": 55,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Warehousingshop) {
};
{
"name": "WarehousingShop",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "warehousing_shop"
},
"properties": {
"name": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"sku": {
"type": "Number",
"required": false,
"length": null,
"precision": 45,
"scale": 0,
"mysql": {
"columnName": "sku",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 45,
"dataScale": 0,
"nullable": "Y"
}
},
"diff": {
"type": "String",
"required": true,
"length": 2,
"precision": null,
"scale": null,
"mysql": {
"columnName": "diff",
"dataType": "varchar",
"dataLength": 2,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"percent": {
"type": "String",
"required": false,
"length": 55,
"precision": null,
"scale": null,
"mysql": {
"columnName": "percent",
"dataType": "varchar",
"dataLength": 55,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
...@@ -664,5 +664,13 @@ ...@@ -664,5 +664,13 @@
"BillEachbrands": { "BillEachbrands": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"AnotherForteachers": {
"dataSource": "ruipeng",
"public": true
},
"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