Skip to content

Commit

Permalink
add more doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
curranosaurus committed Dec 30, 2024
1 parent a6598f3 commit e8c00d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion persistent/Database/Persist/Sql/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ data Column = Column
-- @since 2.11.0.0
data ColumnReference = ColumnReference
{ crTableName :: !EntityNameDB
-- ^ The table name that the
-- ^ The foreign table's name.
--
-- @since 2.11.0.0
, crSchemaName :: !(Maybe SchemaNameDB)
-- ^ The name of the schema that the foreign table belongs to.
--
-- @since 2.14.7
, crConstraintName :: !ConstraintNameDB
-- ^ The name of the foreign key constraint.
--
Expand Down

0 comments on commit e8c00d5

Please sign in to comment.