Sha256: 7f6784aeec578670a76288f745896884d65a1e3009b6dddf2332bc7d91eeb965
Contents?: true
Size: 172 Bytes
Versions: 8
Compression:
Stored size: 172 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def self.up create_table :posts do |t| t.timestamps end end def self.down drop_table :posts end end
Version data entries
8 entries across 7 versions & 2 rubygems