You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # == Schema Information
- #
- # Table name: diff_record_contents
- #
- # id :integer not null, primary key
- # diff_record_id :integer
- # content :text(65535)
- #
- # Indexes
- #
- # index_diff_record_contents_on_diff_record_id (diff_record_id)
- #
-
- class DiffRecordContent < ApplicationRecord
- belongs_to :diff_record
- end
|