class AddTimeStampsToLibraryLocations < ActiveRecord::Migration[6.0]
  def change
    add_timestamps :library_locations, null: false
  end
end
