Sha256: 913a5a2e84ab890eb4d20ccbeb799d0f73dc17e9cc5573f055f50a78759aa9b6

Contents?: true

Size: 173 Bytes

Versions: 2

Compression:

Stored size: 173 Bytes

Contents

class CreateArticles < ActiveRecord::Migration
  def change
    create_table :articles do |t|
      t.string :title
      t.text :text

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
archerplume-0.0.2 db/migrate/20140619134507_create_articles.rb
archerplume-0.0.1 db/migrate/20140619134507_create_articles.rb