Sha256: 22bb75b991969d4d024fe26762a6651f2c7e1a8511893d5d5ae6440700c9dc3b
Contents?: true
Size: 346 Bytes
Versions: 20
Compression:
Stored size: 346 Bytes
Contents
class CreateCollectionBrandingInfos < ActiveRecord::Migration[5.1] def change create_table :collection_branding_infos do |t| t.string :collection_id t.string :role t.string :local_path t.string :alt_text t.string :target_url t.integer :height t.integer :width t.timestamps end end end
Version data entries
20 entries across 20 versions & 1 rubygems