{
	"name": "Machine",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "vn.machine"
		}
	},
	"properties": {
        "id": {
            "type": "number",
            "id": true
        },
        "plate": {
            "type": "string"
        }
	}
}