Sha256: f3700a04c5f6dce48c90c7f01da3f1ae6dc0f6c17800c28dda88154cd897c442
Contents?: true
Size: 212 Bytes
Versions: 177
Compression:
Stored size: 212 Bytes
Contents
class SplitClinicVisitDateIntoDateAndTime < ActiveRecord::Migration[5.0] def change change_column :clinic_visits, :date, :date, null: false add_column :clinic_visits, :time, :time, null: true end end
Version data entries
177 entries across 177 versions & 1 rubygems