Commit 220a4a3c authored by 余海军's avatar 余海军

add

parent d5322613
'use strict';
module.exports = function(Anothercompanysku) {
};
{
"name": "AnotherCompanySku",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "another_company_sku"
},
"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"
}
},
"category": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "category",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"qty": {
"type": "Number",
"required": false,
"length": null,
"precision": 65,
"scale": 2,
"mysql": {
"columnName": "qty",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 65,
"dataScale": 2,
"nullable": "Y"
}
},
"precent": {
"type": "String",
"required": false,
"length": 63,
"precision": null,
"scale": null,
"mysql": {
"columnName": "precent",
"dataType": "varchar",
"dataLength": 63,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"companyName": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "company_name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
This diff is collapsed.
...@@ -720,5 +720,9 @@ ...@@ -720,5 +720,9 @@
"DashboardStatisticsPropaganda": { "DashboardStatisticsPropaganda": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"AnotherCompanySku": {
"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