Skip to content

Commit

Permalink
VerifyDbModel test now expects PartOfSpeech object
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jan 10, 2025
1 parent 9b96ec5 commit b333bc1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,21 +201,23 @@
Annotations:
Relational:ColumnType: jsonb
Order (double) Required
PartOfSpeech (string) Required
PartOfSpeechId (Guid?)
PartOfSpeechId (Guid?) FK Index
SemanticDomains (IList<SemanticDomain>) Required
Annotations:
Relational:ColumnType: jsonb
SnapshotId (no field, Guid?) Shadow FK Index
Navigations:
ExampleSentences (IList<ExampleSentence>) Collection ToDependent ExampleSentence
PartOfSpeech (PartOfSpeech) ToPrincipal PartOfSpeech
Keys:
Id PK
Foreign keys:
Sense {'EntryId'} -> Entry {'Id'} Required Cascade ToDependent: Senses
Sense {'PartOfSpeechId'} -> PartOfSpeech {'Id'} ClientSetNull ToPrincipal: PartOfSpeech
Sense {'SnapshotId'} -> ObjectSnapshot {'Id'} Unique SetNull
Indexes:
EntryId
PartOfSpeechId
SnapshotId Unique
Annotations:
DiscriminatorProperty:
Expand Down

0 comments on commit b333bc1

Please sign in to comment.