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

Version Path
pageflow-17.0.4 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-17.0.3 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-17.0.2 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-17.0.1 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-17.0.0 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-16.2.0 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-16.1.0 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-16.0.0 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-15.8.0 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-15.7.1 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb
pageflow-15.7.0 db/migrate/20210531090654_create_pageflow_theme_customization_files.rb