Sha256: f057532f8eefb360d1ed6647eeb85402256cbf5cb02ef551a3ab33f2c4325b62
Contents?: true
Size: 275 Bytes
Versions: 144
Compression:
Stored size: 275 Bytes
Contents
class CreateWebhooksOutgoingEvents < ActiveRecord::Migration[5.2] def change create_table :webhooks_outgoing_events do |t| t.integer :event_type_id t.integer :subject_id t.string :subject_type t.jsonb :body t.timestamps end end end
Version data entries
144 entries across 144 versions & 2 rubygems