Sha256: ae3fae604b87287d993862c1758f007cb87ef0b0c4deaea61f184009a10d9911
Contents?: true
Size: 164 Bytes
Versions: 5
Compression:
Stored size: 164 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.integer :author_id t.integer :sequential_id end end end
Version data entries
5 entries across 5 versions & 1 rubygems