create_table("restrictions") { t.Column("id", "integer", {primary: true}) t.Column("restriction_name", "string", {}) }