Sha256: 0aeaeb9d20ce1c9807f2800ab9962a8d788c38666bf16c2e31e365a26bd48ac0
Contents?: true
Size: 224 Bytes
Versions: 27
Compression:
Stored size: 224 Bytes
Contents
class CreateAccounts < ActiveRecord::Migration def self.up create_table :accounts do |t| t.string :name t.string :shard t.timestamps end end def self.down drop_table :accounts end end
Version data entries
27 entries across 16 versions & 2 rubygems