CREATE TABLE msp_ai_status (
	id		CHAR(32) NOT NULL,
	nome	VARCHAR(256) NOT NULL,
	CONSTRAINT MSP_AI_STATUS_PK PRIMARY KEY (id)
);