-- Generated by `rustio startapp {{name}}`. Customise freely before
-- running `rustio migrate apply` -- once a migration has been applied
-- editing this file no-ops; create a new numbered file instead.
CREATE TABLE {{table}} (
id BIGSERIAL PRIMARY KEY{{column_decls}}
);