Sha256: 65bf67cdeb87539b949fe5e995e77bdb2f8163fc63c614484a2f186ce5391ccf
Contents?: true
Size: 393 Bytes
Versions: 4
Compression:
Stored size: 393 Bytes
Contents
class CreateErpAccounts < ActiveRecord::Migration[7.0] def change create_table :erp_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.datetime :token_expires_in t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems