2023-11-07 15:13:21 +00:00
|
|
|
{
|
2024-07-05 10:37:59 +00:00
|
|
|
"name": "AddressWaste",
|
2023-11-07 15:13:21 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2024-07-05 10:37:59 +00:00
|
|
|
"table": "addressWaste"
|
2023-11-07 15:13:21 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"addressFk": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true
|
2024-07-05 10:37:59 +00:00
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
"type": "string",
|
|
|
|
"id": true
|
2023-11-07 15:13:21 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"relations": {
|
|
|
|
"address": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Address",
|
|
|
|
"foreignKey": "addressFk"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|