Sha256: 3ed31450b6be2886196b02e865dcafd17b9aada6d30a12423190030e301bd62d
Contents?: true
Size: 258 Bytes
Versions: 44
Compression:
Stored size: 258 Bytes
Contents
class CreateConcerto < ActiveRecord::Migration def self.up create_table :concertos do |t| t.integer :user_id t.string :title t.string :body t.timestamps end end def self.down drop_table :concertos end end
Version data entries
44 entries across 22 versions & 1 rubygems