# Sub Dictionary: `tbl_UserCommunity`

## Table Info

| Property | Value |
|----------|-------|
| Table | `tbl_UserCommunity` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | InnoDB |
| Type | TABLE |
| Category | User |
| Laravel Model | `UserCommunity` (app/Models/UserCommunity.php) |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `iUserID` | `int unsigned` | NO | - | PRI | - | Integer: User ID (likely FK) |
| 2 | `iReaction` | `int unsigned` | NO | `0` | - | - | Integer: Reaction |
| 3 | `iAISpam` | `int unsigned` | NO | `0` | - | - | Integer: AI Spam |
| 4 | `iUnSpam` | `int unsigned` | NO | `0` | - | - | Integer: Un Spam |
| 5 | `iSpam` | `int unsigned` | NO | `0` | - | - | Integer: Spam |
| 6 | `iComment` | `int unsigned` | NO | `0` | - | - | Integer: Comment |
| 7 | `iPost` | `int unsigned` | NO | `0` | - | - | Integer: Post |

## 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` |
