Sha256: a40a2c977d2a6b59ed54bb678b5ba73432dd2de448eb6a2bd3bce82b25c1980b

Contents?: true

Size: 232 Bytes

Versions: 2

Compression:

Stored size: 232 Bytes

Contents

class CreateCylons < ActiveRecord::Migration
  def self.up
    create_table :cylons do |t|
      t.string :name
      t.string :email

      t.timestamps
    end
  end

  def self.down
    drop_table :cylons
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mailboxer-without-notification-0.11.2 spec/dummy/db/migrate/20110306015107_create_cylons.rb
mailboxer-without-notification-0.11.1 spec/dummy/db/migrate/20110306015107_create_cylons.rb