table property

AuthUserTable table
finalinherited

The table instance that this update table operates on.

This provides access to the table's schema information, including column definitions and metadata needed for generating update queries.

Implementation

final T table;