class CreateSolidusBlingEvents < ActiveRecord::Migration[7.0] def change create_table :solidus_bling_events do |t| t.string :internal_id t.string :status t.string :message t.string :body t.string :name t.string :method t.timestamps end end end