Sha256: 3621b7ebc187ab4f2bdebdc2dd1f1924226403ca619f3cdd15b7019d4add46c5
Contents?: true
Size: 277 Bytes
Versions: 28
Compression:
Stored size: 277 Bytes
Contents
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 :event t.timestamps end end end
Version data entries
28 entries across 28 versions & 1 rubygems