# Sub Dictionary: `cache`

## Table Info

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

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `key` | `varchar(255)` | NO | - | PRI | - |  |
| 2 | `value` | `mediumtext` | NO | - | - | - |  |
| 3 | `expiration` | `int` | NO | - | - | - |  |

## Indexes

| Name | Columns | Unique | Type |
|------|---------|--------|------|
| `PRIMARY` | `key` | YES | BTREE |

## Foreign Keys

### Formal Foreign Keys

None defined.

