Sha256: 75b691afacbef941346c5afd93d5e5160a890f9e965c3c58fe79d8c0602e6c0b
Contents?: true
Size: 178 Bytes
Versions: 6
Compression:
Stored size: 178 Bytes
Contents
class CreateAuthors < ActiveRecord::Migration def self.up create_table :authors do |t| t.timestamps end end def self.down drop_table :authors end end
Version data entries
6 entries across 6 versions & 1 rubygems