Sha256: 94678ccf6d2ea8eaf967ebce8ffc0a70466175c80570e24859f5d95a86d44952
Contents?: true
Size: 306 Bytes
Versions: 14
Compression:
Stored size: 306 Bytes
Contents
class CreateSolidusInterAccounts < ActiveRecord::Migration[7.0] def change create_table :solidus_inter_accounts do |t| t.string :chave_pix, index: { unique: true } t.string :token t.datetime :expires_at t.integer :spree_payment_method_id t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems