Sha256: 999d52037e4e7c6d5c2ba8da4293ff29ed5a1346650aeb8b85533598265aadce

Contents?: true

Size: 143 Bytes

Versions: 15

Compression:

Stored size: 143 Bytes

Contents

class CreateInstructors < ActiveRecord::Migration[7.0]
  def change
    create_table :instructors do |t|

      t.timestamps
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
appmap-0.83.4 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.83.3 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.83.2 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.83.1 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.83.0 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.82.0 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.81.1 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.81.0 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.80.2 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.80.1 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.80.0 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.79.0 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.78.0 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.77.4 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb
appmap-0.77.3 spec/fixtures/rails7_users_app/db/migrate/20220328093154_create_instructors.rb