1 # == Schema Information
 
   3 # Table name: note_subscriptions
 
   5 #  user_id :bigint           not null, primary key
 
   6 #  note_id :bigint           not null, primary key
 
  10 #  index_note_subscriptions_on_note_id  (note_id)
 
  14 #  fk_rails_...  (note_id => notes.id)
 
  15 #  fk_rails_...  (user_id => users.id)
 
  17 class NoteSubscription < ApplicationRecord