Sha256: ac41971aee6ca7ba520d0e8f8415af90c1ae3714aeb334c28c80d22d86842a8c
Contents?: true
Size: 332 Bytes
Versions: 48
Compression:
Stored size: 332 Bytes
Contents
# This migration comes from cmor_galleries (originally 20180301153325) class CreateCmorGalleriesPictureGalleries < ActiveRecord::Migration[5.2] def change create_table :cmor_galleries_picture_galleries do |t| t.string :name t.timestamp :published_at t.text :description t.timestamps end end end
Version data entries
48 entries across 48 versions & 1 rubygems