# Constants
No description provided by the author
Record version.
Example: UserName string `tableField:"user_name,fill=insert"`.
For TAG [TagTableField], options: [ default | insert | update | insert_update ].
Example: UserId int64 `tableId:"user_id,idType=auto"`.
For TAG [TableId], options: [ auto | none | input | assign_id | assign_uuid ].
Example: Status int8 `tableField:"status" tableLogic:"0,delval=1"`.
Define the value to mark record deleted.
No description provided by the author
# Type aliases
No description provided by the author