Sha256: 068a44f00595bd137d9d55b95304884ad2c43c87f5f26026d41ccbd2cf70d6a1

Contents?: true

Size: 407 Bytes

Versions: 5

Compression:

Stored size: 407 Bytes

Contents

class CreateSolidusMelhorEnvioAccounts < ActiveRecord::Migration[7.0]
  def change
    create_table :solidus_melhor_envio_accounts do |t|
      t.string :app_name
      t.string :api_base_url
      t.string :client_id
      t.string :client_secret
      t.string :refresh_token
      t.string :access_token
      t.string :user_agent
      t.datetime :token_expires_in

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_melhor_envio-1.0.4 db/migrate/20230929133307_create_solidus_melhor_envio_accounts.rb
solidus_melhor_envio-1.0.3 db/migrate/20230929133307_create_solidus_melhor_envio_accounts.rb
solidus_melhor_envio-1.0.2 db/migrate/20230929133307_create_solidus_melhor_envio_accounts.rb
solidus_melhor_envio-1.0.1 db/migrate/20230929133307_create_solidus_melhor_envio_accounts.rb
solidus_melhor_envio-1.0.0 db/migrate/20230929133307_create_solidus_melhor_envio_accounts.rb