> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# s_washing table

> Register of all bounced mail to enabel washing

## s\_washing Table (341)

Register of all bounced mail to enabel washing

## Fields

| Name        | Description                                        | Type        | Nullable |
| ----------- | -------------------------------------------------- | ----------- | :------: |
| id          | Primary key                                        | PK          |    No    |
| email\_addr | The bounced email address                          | String(255) |    No    |
| bounce      | How many bounces we have received on this address. | Int         |    No    |
| shipments   | How many times we have sent to this address        | Int         |    No    |
| type        | Type of customer (internal/external)               | type        |    Yes   |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/s_washing.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=09c2f49ba8533ca3e4e2aacac7e8e134" alt="s_washing table relationship diagram" width="107" height="59" data-path="media/loc/en/database/tables/s_washing.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [s_washing_list table](/en/database/tables/s-washing-list.md)
- [s_list table](/en/database/tables/s-list.md)
- [Database table listing](/en/database/tables/index.md)
- [extra_tables table](/en/database/tables/extra-tables.md)
- [ext_table table](/en/database/tables/ext-table.md)
- [extra_tables_result table](/en/database/tables/extra-tables-result.md)
