# Sub Dictionary: `DateWiseSubscription`

## Table Info

| Property | Value |
|----------|-------|
| Table | `DateWiseSubscription` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | N/A |
| Type | VIEW |
| Category | Core/Master |
| Comment | VIEW |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `iPartnerId` | `int unsigned` | YES | NULL | - | - | Integer: Partner Id (likely FK) |
| 2 | `sDate` | `date` | YES | NULL | - | - |  |
| 3 | `Cnt` | `decimal(42,0)` | YES | NULL | - | - |  |

## Foreign Keys

### Formal Foreign Keys

None defined.

### Implicit Relationships (from column naming)

| Column | Likely References |
|--------|------------------|
| `iPartnerId` | `tbl_Partners.iPartnerId` |
