1 2 3 4 5 6 7 8
begin; alter table estate_settings add column AbuseEmail varchar(255) not null; alter table estate_settings add column EstateOwner varchar(36) not null; commit;