Sha256: c95143a1817a0dabdea2cf7b2046f76ee38be6c02e24e602d52c1b77903b08d4
Contents?: true
Size: 206 Bytes
Versions: 6
Compression:
Stored size: 206 Bytes
Contents
class AddPubDateToManifestation < ActiveRecord::Migration[5.2] def self.up add_column :manifestations, :pub_date, :string end def self.down remove_column :manifestations, :pub_date end end
Version data entries
6 entries across 6 versions & 6 rubygems