Commit b7fc8bf7 authored by 黄卓然's avatar 黄卓然

add

parent de026a5e
'use strict';
module.exports = function(Educbrowse1) {
};
{
"name": "EducBrowse1",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "educ_browse1"
},
"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": true,
"length": 13,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 13,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 11,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "float",
"dataLength": null,
"dataPrecision": 11,
"dataScale": 2,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Educcourse4) {
};
{
"name": "EducCourse4",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "educ_course4"
},
"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": true,
"length": 13,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 13,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 11,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "float",
"dataLength": null,
"dataPrecision": 11,
"dataScale": 2,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
This diff is collapsed.
...@@ -320,5 +320,13 @@ ...@@ -320,5 +320,13 @@
"HosThisyearbudget": { "HosThisyearbudget": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"EducCourse4": {
"dataSource": "ruipeng",
"public": true
},
"EducBrowse1": {
"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