CREATE TABLE widgets (
id SERIAL,
name VARCHAR NOT NULL
);
CREATE INDEX widgets_idx_id ON widgets (id);
into migrations/42-add_widgets.sql, tapping Melissa[0] on the shoulder and asking her to review it, then SSHing into staging and executing it, all in the space of about twenty minutes with zero paperwork other than a PR.