alter table package add column official boolean;
---- create above / drop below ----
alter table package drop column official;