-- Migration to change 'fot' column from INTEGER to VARCHAR(50) to support alphanumeric codes -- Example: '20000MG' -- 1. Alter table 'cadastro_fot' ALTER TABLE cadastro_fot ALTER COLUMN fot TYPE VARCHAR(50);