Sha256: e9925a04e6b854714df9368ffc77e328b34686a08b9aa7c7cea16463b632580d

Contents?: true

Size: 200 Bytes

Versions: 1

Compression:

Stored size: 200 Bytes

Contents

class CreateSoonishSubscriptions < ActiveRecord::Migration
  def change
    create_table :soonish_subscriptions do |t|
      t.string :email
      t.string :page

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
soonish-0.0.1 db/migrate/20130313150825_create_soonish_subscriptions.rb