Sha256: 1321b5dfee9759cda5e439418b53dfe98137beb9e2babce1d883ec66dba8efb8
Contents?: true
Size: 365 Bytes
Versions: 64
Compression:
Stored size: 365 Bytes
Contents
class CreateCollectionBrandingInfos < ActiveRecord::Migration<%= migration_version %> 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
64 entries across 64 versions & 1 rubygems