Sha256: ad1d0a979afbc770839014f42efd8a21003950ab7d7260a2899deb9e517a0882
Contents?: true
Size: 416 Bytes
Versions: 14
Compression:
Stored size: 416 Bytes
Contents
class CreateSolidusMeAccounts < ActiveRecord::Migration[7.0] def change create_table :solidus_me_accounts do |t| t.string :client_id t.string :client_secret t.string :access_token t.string :refresh_token t.string :redirect_url t.string :state t.datetime :token_expires_in t.string :services t.string :postal_code_from t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems