Sha256: 6a32436445c7b9e7413602c486d4c2fc6e72c45a86bb0a10b23f3831c25fff4f
Contents?: true
Size: 346 Bytes
Versions: 42
Compression:
Stored size: 346 Bytes
Contents
class CreateCollectionBrandingInfos < ActiveRecord::Migration[5.2] 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
42 entries across 28 versions & 1 rubygems