Sha256: fbe3aeff1f1a4afc75dbc8fbbef87850944104b9f464fdacb03056a255b1e991
Contents?: true
Size: 483 Bytes
Versions: 8
Compression:
Stored size: 483 Bytes
Contents
class CreateSolidusBlingAccounts < ActiveRecord::Migration[7.0] def change create_table :solidus_bling_accounts do |t| t.string :name t.string :app_name t.string :api_base_url t.string :api_key t.string :client_id t.string :client_secret t.string :refresh_token t.string :access_token t.string :external_store_id t.string :incoming_category_id t.datetime :token_expires_in t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems