Sha256: ec8c059eecf7f1dece95400c14917cf763c6314df1e53d4e9485315833a85946
Contents?: true
Size: 175 Bytes
Versions: 3
Compression:
Stored size: 175 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.string :intro t.string :accepted end end end
Version data entries
3 entries across 3 versions & 1 rubygems