# Sub Dictionary: `temp_newyears`

## Table Info

| Property | Value |
|----------|-------|
| Table | `temp_newyears` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | InnoDB |
| Type | TABLE |
| Category | Temporary |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `iUserID` | `int unsigned` | NO | - | PRI | - | Integer: User ID (likely FK) |
| 2 | `vName` | `varchar(100)` | NO | - | - | - | Varchar: Name |
| 3 | `vEmail` | `varchar(500)` | NO | - | - | - | Varchar: Email |

## Indexes

| Name | Columns | Unique | Type |
|------|---------|--------|------|
| `PRIMARY` | `iUserID` | YES | BTREE |

## Foreign Keys

### Formal Foreign Keys

None defined.

### Implicit Relationships (from column naming)

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