Sha256: 5e3ea7d1810b45d999f74b4b4ebc7df60fb9f2a085f608dc36b1deb685fc45f9
Contents?: true
Size: 159 Bytes
Versions: 6
Compression:
Stored size: 159 Bytes
Contents
class AddYearOfPublicationToManifestation < ActiveRecord::Migration[5.2] def change add_column :manifestations, :year_of_publication, :integer end end
Version data entries
6 entries across 6 versions & 6 rubygems