Sha256: 7ed8f0205a225dfea4821297ce324984a616f47051f1156d7dfee3e2d4111407

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

class CreateKblogArticles < ActiveRecord::Migration
  def change
    create_table :kblog_articles do |t|
      t.string :title
      t.text :content

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kblog-0.0.4 db/migrate/20130303192309_create_kblog_articles.rb
kblog-0.0.3 db/migrate/20130303192309_create_kblog_articles.rb
kblog-0.0.2 db/migrate/20130303192309_create_kblog_articles.rb
kblog-0.0.1 db/migrate/20130303192309_create_kblog_articles.rb