Sha256: 97243a6442b5540c8ef98ece3772a3e58a7f02bd9ad55b3ec32e0b28fe980976
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
class CreateWatchtowerNotes < ActiveRecord::Migration def change create_table :watchtower_notes do |t| t.text :content t.references :user t.references :contact t.timestamps end add_index :watchtower_notes, :user_id add_index :watchtower_notes, :contact_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watchtower-0.0.1 | db/migrate/20120617055914_create_watchtower_notes.rb |