Sha256: ee1060b77a2dcfbf4f372437c80ece166d3bb9e6bce47ae48ac688f61440026b
Contents?: true
Size: 300 Bytes
Versions: 5
Compression:
Stored size: 300 Bytes
Contents
class CreateEditableComponentsItems < ActiveRecord::Migration[5.0] def change create_table :editable_components_items do |t| t.string :type t.string :name, null: false, default: 'data' t.integer :block_id end add_index :editable_components_items, :block_id end end
Version data entries
5 entries across 5 versions & 1 rubygems