def change
    create_table :timelines do |t|
      t.references :competition, index: true, foreign_key: true
      t.integer :seq
      t.string :event