# Passthrough (PassthroughGenerator)

The [Passthrough](https://docs.tonic.ai/app/generation/generators/generator-reference/passthrough) generator is the default. It passes through the value from the source database to the destination database without masking it.

You do not usually retrieve or provide a replacement that assigns the Passthrough generator to a column. You might specifically assign the Passthrough as a sub-generator for a [composite generator](https://docs.tonic.ai/app/generation/generators/generator-types/generators-composite).

When you use the [<mark style="background-color:blue;">**GET**</mark>**&#x20;api/Workspace/{workspace ID}/replacements/{schema}/{table}**](https://app.tonic.ai/apidocs/index.html#/Workspace/GetReplacementsForTable) to get the column configuration for a table, columns that are assigned Passthrough are not included in the results.

For the [<mark style="background-color:orange;">**PUT**</mark>**&#x20;/api/Workspace/{workspaceId}/update\_replacements/{schema}/{table}**](https://app.tonic.ai/apidocs/index.html#/Workspace/UpdateTableReplacements) endpoint, which replaces the configuration for an entire table, any column that is not included in the message body is automatically assigned Passthrough.

To revert an individual column to Passthrough, you use the [<mark style="background-color:red;">**DELETE**</mark>**&#x20;api/Workspace/{workspace ID}/replacement/{replacement ID}**](https://app.tonic.ai/apidocs/index.html#/Workspace/DeleteReplacementFromTable) endpoint to remove the replacement that contains the column configuration.
