Sha256: 8d10513e6e9765f95612bdb8fa14954268dc7a1670b4dfcd3b904426e16b40b6
Contents?: true
Size: 262 Bytes
Versions: 20
Compression:
Stored size: 262 Bytes
Contents
class AddLink < ActiveRecord::Migration def change create_table :customer_vault_links do |t| t.string :title t.integer :alice_id t.string :alice_type t.integer :bob_id t.string :bob_type t.timestamps end end end
Version data entries
20 entries across 20 versions & 1 rubygems