Sha256: 4a2742da482f2b6fd84b4d8c7d659d2fed154bb18558afe68fe91d4fcfc2bd64
Contents?: true
Size: 193 Bytes
Versions: 29
Compression:
Stored size: 193 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def self.up create_table :posts do |t| t.string :name t.timestamps end end def self.down drop_table :posts end end
Version data entries
29 entries across 29 versions & 2 rubygems