Sha256: b6a35fb463523a9907a36f1b2e5d9ac684588683c90faa03764e63e2aea963a4
Contents?: true
Size: 502 Bytes
Versions: 11
Compression:
Stored size: 502 Bytes
Contents
class CreatePageflowThemeCustomizationFiles < ActiveRecord::Migration[5.2] def change create_table :pageflow_theme_customization_files do |t| t.references :theme_customization, index: {name: 'index_pageflow_theme_customization_files_on_customization'} t.string :type_name t.string :attachment_file_name t.string :attachment_content_type t.integer :attachment_file_size t.datetime :attachment_updated_at t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems