Sha256: cc683739e68f0069decd1a5e6df9a2d040bf945bfe80ba56a43485f5542d6d5d
Contents?: true
Size: 392 Bytes
Versions: 10
Compression:
Stored size: 392 Bytes
Contents
class CreateSolidusBoltBoltConfigurations < ActiveRecord::Migration[6.1] def change create_table :solidus_bolt_bolt_configurations do |t| t.string :bearer_token t.string :environment_url t.string :merchant_public_id t.string :merchant_id t.string :api_key t.string :signing_secret t.string :publishable_key t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems