Sha256: bd431532fd7f47a2f7963cf8c9ca1cba17f6032eb4ce84467f7b0d5ebbf1191b
Contents?: true
Size: 309 Bytes
Versions: 20
Compression:
Stored size: 309 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.text :content t.string :source t.datetime :date t.string :status t.string :slug t.string :type t.string :image t.timestamps end end end
Version data entries
20 entries across 20 versions & 2 rubygems