--- subscription_00001: id: 1 title: test user_id: 1 order_list_id: 1 subscription_00002: id: 2 title: test user_id: 2 order_list_id: 2 # == Schema Information # # Table name: subscriptions # # id :bigint not null, primary key # title :text not null # note :text # user_id :bigint # order_list_id :bigint # subscribes_count :integer default(0), not null # created_at :datetime not null # updated_at :datetime not null #