Sha256: c7fa91cc29f359ca3035dc699d044323d882b66294c710a748e85f447eb633e3

Contents?: true

Size: 139 Bytes

Versions: 3

Compression:

Stored size: 139 Bytes

Contents

class CreateUsers < ActiveRecord::Migration

  def self.up
    create_table :users
  end

  def self.down
    drop_table :users
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
consul-0.1.2 spec/app_root/db/migrate/001_create_users.rb
consul-0.1.1 spec/app_root/db/migrate/001_create_users.rb
consul-0.1.0 spec/app_root/db/migrate/001_create_users.rb