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