Sha256: 3a8d6ab3c8c2302a4ca0bb702c5321a5930fd9dd271523a8d106d464775b5025
Contents?: true
Size: 293 Bytes
Versions: 3
Compression:
Stored size: 293 Bytes
Contents
class CreateAuthenticationMethods < ActiveRecord::Migration def change create_table :spree_authentication_methods do |t| t.string :environment t.string :provider t.string :api_key t.string :api_secret t.boolean :active t.timestamps end end end
Version data entries
3 entries across 3 versions & 2 rubygems