# Sub Dictionary: `tbl_WhatsappGroup`

## Table Info

| Property | Value |
|----------|-------|
| Table | `tbl_WhatsappGroup` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | InnoDB |
| Type | TABLE |
| Category | Core/Master |
| Laravel Model | `WhatsappGroup` (app/Models/WhatsappGroup.php) |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `iWhatsappGroupId` | `int unsigned` | NO | - | PRI | auto_increment | Integer: Whatsapp Group Id (likely FK) |
| 2 | `vLink` | `varchar(1000)` | NO | - | - | - | Varchar: Link |
| 3 | `bActive` | `tinyint` | NO | `1` | MUL | - | Boolean/Flag: Active |
| 4 | `iProgramId` | `int unsigned` | YES | `3` | MUL | - | Integer: Program Id (likely FK) |

## Indexes

| Name | Columns | Unique | Type |
|------|---------|--------|------|
| `idx_tbl_WhatsappGroup_bActive` | `bActive` | NO | BTREE |
| `idx_tbl_WhatsappGroup_iProgramId` | `iProgramId` | NO | BTREE |
| `PRIMARY` | `iWhatsappGroupId` | YES | BTREE |

## Foreign Keys

### Formal Foreign Keys

None defined.

### Implicit Relationships (from column naming)

| Column | Likely References |
|--------|------------------|
| `iProgramId` | `tbl_Programs.iProgramID` |
