ALTER TABLE locations ADD column approved_by int references "users"("id"); ALTER TABLE locations ADD column approved_at timestamp;