{
	"name": "AreaCustomer",
    "description": "A Area Customer model",
    "base": "PersistedModel",
    "options": {
        "idInjection": false,
        "mysql": {
            "table": "AreaCustomer"
        }
    },
    "properties": {
		"customerId": {
			"type": "number",
			"required": true,
			"length": null,
			"precision": 10,
			"scale": 0,
			"mysql": {
				"columnName": "customerId",
				"dataType": "int",
				"dataLength": null,
				"dataPrecision": 10,
				"dataScale": 0,
				"nullable": "N"
			}
		},
        "areaId": {
            "type": "number",
            "required": true,
            "length": null,
            "precision": 10,
            "scale": 0,
            "mysql": {
                "columnName": "areaId",
                "dataType": "int",
                "dataLength": null,
                "dataPrecision": 10,
                "dataScale": 0,
                "nullable": "N"
            }
        }
	},
    "relations": {},
    "acls": [],
    "methods": {}
}
