Sha256: 948af158a175f583580e701adae6ef7bf75c8d7f9a02b42653ccea7947e88c02

Contents?: true

Size: 161 Bytes

Versions: 1

Compression:

Stored size: 161 Bytes

Contents

class CreateApptAppointments < ActiveRecord::Migration
  def change
    create_table :appt_appointments do |t|

      t.timestamps null: false
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appt-0.0.1.beta.2 db/migrate/20150804003846_create_appt_appointments.rb