Sha256: 697c84ddbb92a7fdb229cdff30ecc779d6856bf7a4a5ad1089b6828de8191f52

Contents?: true

Size: 110 Bytes

Versions: 1

Compression:

Stored size: 110 Bytes

Contents

Sequel.migration do
  change do
    alter_table :clients do
      add_column :type, :string
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kamerling-0.0.3 lib/kamerling/migrations/5_clients_type.rb