[
	{
		"name": "wbqc_constraints",
		"columns": [
			{
				"name": "constraint_id",
				"type": "integer",
				"options": { "autoincrement": true, "notnull": true, "unsigned": true }
			},
			{
				"name": "constraint_guid",
				"type": "binary",
				"options": { "length": 63, "notnull": true }
			},
			{
				"name": "pid",
				"type": "integer",
				"options": { "notnull": true }
			},
			{
				"name": "constraint_type_qid",
				"type": "binary",
				"options": { "length": 25, "notnull": true }
			},
			{
				"name": "constraint_parameters",
				"type": "text",
				"options": { "default": null, "length": 65535, "notnull": false }
			}
		],
		"indexes": [
			{
				"name": "wbqc_constraints_pid_index",
				"columns": [ "pid" ],
				"unique": false
			},
			{
				"name": "wbqc_constraints_guid_uniq",
				"columns": [ "constraint_guid" ],
				"unique": true
			}
		],
		"pk": [ "constraint_id" ]
	}
]
