Sha256: 456c193f01d1c84aee7d10a2e2ef82ee9d86cfaca6922ee8586fa9a640036810

Contents?: true

Size: 318 Bytes

Versions: 16

Compression:

Stored size: 318 Bytes

Contents

class CreateMartyNotifications < ActiveRecord::Migration[4.2]
  def change
    create_table :marty_notifications do |t|
      t.pg_enum :event_type, enum: :marty_notifications_event_types, null: false
      t.string :state, null: false
      t.text :text, null: false

      t.timestamps null: false
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
marty-14.3.0 db/migrate/520_create_marty_notifications.rb
marty-14.0.0 db/migrate/520_create_marty_notifications.rb
marty-13.0.2 db/migrate/520_create_marty_notifications.rb
marty-11.0.0 db/migrate/520_create_marty_notifications.rb
marty-10.0.3 db/migrate/520_create_marty_notifications.rb
marty-10.0.2 db/migrate/520_create_marty_notifications.rb
marty-10.0.0 db/migrate/520_create_marty_notifications.rb
marty-9.5.1 db/migrate/520_create_marty_notifications.rb
marty-9.5.0 db/migrate/520_create_marty_notifications.rb
marty-9.3.3 db/migrate/520_create_marty_notifications.rb
marty-9.3.2 db/migrate/520_create_marty_notifications.rb
marty-9.3.0 db/migrate/520_create_marty_notifications.rb
marty-8.5.0 db/migrate/520_create_marty_notifications.rb
marty-8.4.1 db/migrate/520_create_marty_notifications.rb
marty-8.3.1 db/migrate/520_create_marty_notifications.rb
marty-8.2.0 db/migrate/520_create_marty_notifications.rb