-- Alter table TRANSACTION. Add 'is_real_fraud' nullable column ALTER TABLE TRANSACTIONS ADD COLUMN is_real_fraud BOOLEAN DEFAULT NULL;