{
	"table": {
		"name": "ctb_historico_padrao"
	},
	"attributes": {
		"codigo": {
			"key": "primary",
			"type": "integer",
			"generate": "increment",
			"default": 0
		},
		"descricao": {
			"type": "string",
			"maxlen": 255,
			"default": ""
		},
		"restrito_doc": {
			"type": "string",
			"maxlen": 10,
			"default": ""
		}
	}
}