Sha256: 4057d4fb54b5b8f7ad645984d420f860c59520e997995977fa3339e5e5b6594d

Contents?: true

Size: 210 Bytes

Versions: 17

Compression:

Stored size: 210 Bytes

Contents

class CreateShops < ActiveRecord::Migration[5.1]
  def self.up
    create_table :shops do |t|
      t.string :name
      t.string :token_encrypted
    end
  end

  def self.down
    drop_table :shops
  end
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
shopify-sinatra-app-1.2.1 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-1.2.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-1.1.1 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-1.1.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-1.0.1 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-1.0.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.12.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.11.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.10.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.9.0 example/db/migrate/20140413221328_create_shops.rb
loopstak-shopify-sinatra-app-1.0.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.8.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.7.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.6.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.5.0 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.4.1 example/db/migrate/20140413221328_create_shops.rb
shopify-sinatra-app-0.4.0 example/db/migrate/20140413221328_create_shops.rb