VersificationScheme
· versification_schemes
Columns
- id : bigint ·NOT NULL
- code : character varying ·NOT NULL
- display_name : character varying ·NOT NULL
- description : text
- source_url : character varying
- created_at : timestamp(6) without time zone ·NOT NULL
- updated_at : timestamp(6) without time zone ·NOT NULL
Associations
- has_many :canonical_works
- has_many :works
- has_many :outgoing_mappings → VersificationMapping
- has_many :incoming_mappings → VersificationMapping