Sha256: b89f036314841f67dfdd54e8bf8b7ef9ac2bdf92a70a7a69998ef70fbea788f2
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 Bytes
Contents
# This migration comes from blob (originally 20150215215552) 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 | test/dummy/db/migrate/20150215222514_create_blob_articles.blob.rb |