# Sub Dictionary: `TotalCigTracked`

## Table Info

| Property | Value |
|----------|-------|
| Table | `TotalCigTracked` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | N/A |
| Type | VIEW |
| Category | Core/Master |
| Comment | VIEW |
| Laravel Model | `TotalCigTracked` (app/Models/TotalCigTracked.php) |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `iUserId` | `int unsigned` | NO | `0` | - | - | Integer: User Id (likely FK) |
| 2 | `TotalCig` | `decimal(54,0)` | YES | NULL | - | - |  |

## Foreign Keys

### Formal Foreign Keys

None defined.

### Implicit Relationships (from column naming)

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