Sha256: 26ed9d241392276538a7bdb24c5e2e8601450e6998e5aeb71d777ae7030bf7be

Contents?: true

Size: 151 Bytes

Versions: 3

Compression:

Stored size: 151 Bytes

Contents

class CreateAppointments < ActiveRecord::Migration
  def change
    create_table :appointments do |t|
      t.datetime :scheduled_at
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
datetime_picker_input-4.17.37.1 spec/dummy/db/migrate/20150224051923_create_appointments.rb
datetime_picker_input-4.17.37 spec/dummy/db/migrate/20150224051923_create_appointments.rb
datetime_picker_input-4.0.0 spec/dummy/db/migrate/20150224051923_create_appointments.rb