# Sub Dictionary: `sessions`

## Table Info

| Property | Value |
|----------|-------|
| Table | `sessions` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | InnoDB |
| Type | TABLE |
| Category | Framework/Laravel |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `id` | `varchar(255)` | NO | - | PRI | - | Auto-increment primary key |
| 2 | `user_id` | `bigint unsigned` | YES | NULL | MUL | - |  |
| 3 | `ip_address` | `varchar(45)` | YES | NULL | - | - |  |
| 4 | `user_agent` | `text` | YES | NULL | - | - |  |
| 5 | `payload` | `longtext` | NO | - | - | - |  |
| 6 | `last_activity` | `int` | NO | - | MUL | - |  |

## Indexes

| Name | Columns | Unique | Type |
|------|---------|--------|------|
| `PRIMARY` | `id` | YES | BTREE |
| `sessions_last_activity_index` | `last_activity` | NO | BTREE |
| `sessions_user_id_index` | `user_id` | NO | BTREE |

## Foreign Keys

### Formal Foreign Keys

None defined.

