Sha256: 185c645086e5274958610caee708f6fedd8034db11ef140b52357402b39a496b
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
class CreateBlobArticles < ActiveRecord::Migration def change create_table :blob_articles do |t| t.string :title t.text :content t.timestamps null: false end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blob-0.0.1 | db/migrate/20150215215552_create_blob_articles.rb |