Sha256: fea7fca042e35f2f950eb302477e43dbb955b86a25fe8f99235ceb572ecb5394
Contents?: true
Size: 152 Bytes
Versions: 18
Compression:
Stored size: 152 Bytes
Contents
class AddPriorityToTickets < ActiveRecord::Migration def change add_column :tickets, :priority, :string, null: false, default: "normal" end end
Version data entries
18 entries across 18 versions & 1 rubygems