Before I alter a table I want to make a backup of it, so I use this code :
CREATE TABLE states_BACKUP ( state_id INTEGER NOT NULL, domain VARCHAR(64),