Sha256: 29c3ba8f02cd211c092741c16f2e21403a6e43571d740d229537bff7326234d9

Contents?: true

Size: 191 Bytes

Versions: 70

Compression:

Stored size: 191 Bytes

Contents

class CreateAccounts < ActiveRecord::Migration
  def self.up
    create_table :accounts do |t|
      t.column :name, :string
    end
  end

  def self.down
    drop_table :accounts
  end
end

Version data entries

70 entries across 70 versions & 22 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/db/migrate/008_create_accounts.rb
akitaonrails-resource_controller-0.5.3 test/db/migrate/008_create_accounts.rb
csmosx-resource_controller-0.6.6 test/db/migrate/008_create_accounts.rb
csmosx-resource_controller-0.6.7 test/db/migrate/008_create_accounts.rb
dkubb-resource_controller-0.6.5 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.4.10 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.4.12 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.4.9 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.5.2 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.5.3 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.5.5 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.5.6 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.6.0 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.6.1 test/db/migrate/008_create_accounts.rb
giraffesoft-resource_controller-0.6.5 test/db/migrate/008_create_accounts.rb
jeffrafter-resource_controller-0.5.5 test/db/migrate/008_create_accounts.rb
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/db/migrate/008_create_accounts.rb
korin-resource_controller-0.5.3 test/db/migrate/008_create_accounts.rb
maser-resource_controller-0.6.6 test/db/migrate/008_create_accounts.rb
nileshtrivedi-lp_resource_builder-0.5.1 test/db/migrate/008_create_accounts.rb