# Sub Dictionary: `tbl_transactemailbackup`

## Table Info

| Property | Value |
|----------|-------|
| Table | `tbl_transactemailbackup` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | InnoDB |
| Type | TABLE |
| Category | Backup/Archive |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `iUserID` | `int` | NO | - | - | - | Integer: User ID (likely FK) |
| 2 | `vEmail` | `varchar(500)` | YES | NULL | - | - | Varchar: Email |
| 3 | `vHashedEmail` | `char(64)` | NO | - | - | - | Varchar: Hashed Email |

## Foreign Keys

### Formal Foreign Keys

None defined.

### Implicit Relationships (from column naming)

| Column | Likely References |
|--------|------------------|
| `iUserID` | `tbl_Users.iUserID` |
