def change
    drop_table :happy_hours, id: :uuid, default: -> { "gen_random_uuid()" } do |t|
      t.string :name
      t.string :code
      t.integer :discount