Sha256: e17e6723507f13cf55ad53838ed0c63d622a0660d0425d5ca271dbb45271d5b9

Contents?: true

Size: 202 Bytes

Versions: 2

Compression:

Stored size: 202 Bytes

Contents

class CreateBigmouthArticles < ActiveRecord::Migration
  def change
    create_table :bigmouth_articles do |t|
      t.string :title
      t.text :text

      t.timestamps null: false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bigmouth-0.0.2 db/migrate/20150125121829_create_bigmouth_articles.rb
bigmouth-0.0.1 db/migrate/20150125121829_create_bigmouth_articles.rb