ALTER TABLE wor_inventory_item ALTER COLUMN delete_flag TYPE bpchar(1) USING delete_flag::bpchar(1); -- Insert migration record INSERT INTO __MigrationsHistory (MigrationId, ProductVersion) VALUES ('202511201214 alter_table wor_inventory_item', '1.0.0');