Sha256: 79dea8b9808e4c94e2caf349273b5a0e463e749db484ccfa728a0f43625179cf
Contents?: true
Size: 559 Bytes
Versions: 94
Compression:
Stored size: 559 Bytes
Contents
class UsageBuildingBlockEvents < ActiveRecord::Migration[5.1] def change create_table :usage_building_block_events, id: :uuid do |t| t.string :language, null: false t.string :block, null: false t.string :section, null: false t.string :action, null: false t.string :ip, null: false t.timestamps end add_index :usage_building_block_events, :language add_index :usage_building_block_events, :block add_index :usage_building_block_events, :action add_index :usage_building_block_events, :ip end end
Version data entries
94 entries across 94 versions & 1 rubygems