Sha256: f891bb4c9bb8f3ba1d9505ff555baf10e49ece6df2341c6e2511dbad77c7ae13
Contents?: true
Size: 308 Bytes
Versions: 6
Compression:
Stored size: 308 Bytes
Contents
class CreateGossiperNotifications < ActiveRecord::Migration def change create_table :gossiper_notifications do |t| t.integer :user_id t.string :user_class t.string :kind t.string :status t.datetime :delivered_at t.boolean :read t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems