Database schema property this maps to, or null if none.
For erase, this should typically be null (phantom) or identify the DB
property that shouldn't be exposed.
Property key to remove.
Evidence and reasoning for removal.
Describe what you checked and what you found that justifies erasure.
Discriminator for property revision type.
Remove an existing property from a DTO schema.
Use when a property should not exist: phantom fields, security violations, actor identity in requests, or system-managed fields in Create DTOs.
Author
Samchon