neuralib.sqlp.table.table_check_fields
- neuralib.sqlp.table.table_check_fields(table)[source]
get a dict of the field constraint in the table.
- Parameters:
table (type[T])
- Return type:
dict[str | None, CheckConstraint]
get a dict of the field constraint in the table.
table (type[T])
dict[str | None, CheckConstraint]