# frozen_string_literal: true ROM::SQL.migration do change do create table :tables do primary_key :id foreign_key :event_id, :events end end end