Sha256: fb3907331c09fb479edbb1cc9aab1324d3c4798c532dd0e4a7edd8c76ce4ffdd
Contents?: true
Size: 196 Bytes
Versions: 12
Compression:
Stored size: 196 Bytes
Contents
class CreateBios < ActiveRecord::Migration def self.up create_table :bios do |t| t.integer :author_id t.timestamps end end def self.down drop_table :bios end end
Version data entries
12 entries across 6 versions & 1 rubygems