Sequel.migration do
  up do
    alter_table :service_bindings do
      add_column :salt, String
    end