Sha256: f057532f8eefb360d1ed6647eeb85402256cbf5cb02ef551a3ab33f2c4325b62
Contents?: true
Size: 275 Bytes
Versions: 145
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
145 entries across 145 versions & 2 rubygems