Commit 3f6f9a81 authored by 余海军's avatar 余海军

add

parent 22263e2e
'use strict';
module.exports = function(Mainbrandlogo) {
};
{
"name": "MainBrandlogo",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "main_brandlogo"
},
"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": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "String",
"required": false,
"length": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "value",
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Maincompanylogo) {
};
{
"name": "MainCompanylogo",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "main_companylogo"
},
"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": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "String",
"required": false,
"length": 500,
"precision": null,
"scale": null,
"mysql": {
"columnName": "value",
"dataType": "varchar",
"dataLength": 500,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
This diff is collapsed.
...@@ -800,5 +800,13 @@ ...@@ -800,5 +800,13 @@
"AnotherFlownum": { "AnotherFlownum": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"MainCompanylogo": {
"dataSource": "ruipeng",
"public": true
},
"MainBrandlogo": {
"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