Skip to content

Commit

Permalink
Add missing comment to field (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed Jan 15, 2024
1 parent 82b7937 commit 025a38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ type Table struct {
// The columns that make up the primary key
PrimaryKey []string `json:"primaryKey"`

// ForeignKeys is a map of all foreign keys defined on the table
ForeignKeys map[string]ForeignKey `json:"foreignKeys"`
}

Expand Down

0 comments on commit 025a38f

Please sign in to comment.