# Sub Dictionary: `tbl_usersmokesarchive_28012025`

## Table Info

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

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `iUserSmokeId` | `int unsigned` | NO | `0` | - | - | Integer: User Smoke Id (likely FK) |
| 2 | `iUserId` | `int unsigned` | NO | - | - | - | Integer: User Id (likely FK) |
| 3 | `dDate` | `date` | NO | - | - | - | Datetime: Date |
| 4 | `iCount` | `int unsigned` | NO | - | - | - | Integer: Count |
| 5 | `setTimeStamps` | `varchar(2500)` | NO | - | - | - | Set/Comma-separated: Time Stamps |
| 6 | `dFirstTracked` | `datetime` | YES | NULL | - | - | Datetime: First Tracked |

## Foreign Keys

### Formal Foreign Keys

None defined.

### Implicit Relationships (from column naming)

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