-- migrate:up
ALTER TABLE awb
ADD COLUMN is_api BOOLEAN NULL DEFAULT FALSE;

-- migrate:down
ALTER TABLE .awb
DROP COLUMN is_api;
