Sha256: f6813af5d15630b920a0b10823f4c8315de7e0a929792261c83d4f3f51f920ea
Contents?: true
Size: 250 Bytes
Versions: 9
Compression:
Stored size: 250 Bytes
Contents
class CreatePwbFeatures < ActiveRecord::Migration[5.0] def change create_table :pwb_features do |t| t.string :feature_key t.integer :prop_id t.timestamps null: false end add_index :pwb_features, :feature_key end end
Version data entries
9 entries across 9 versions & 1 rubygems