# Sub Dictionary: `telescope_entries`

## Table Info

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

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `sequence` | `bigint unsigned` | NO | - | PRI | auto_increment |  |
| 2 | `uuid` | `char(36)` | NO | - | UNI | - |  |
| 3 | `batch_id` | `char(36)` | NO | - | MUL | - |  |
| 4 | `family_hash` | `varchar(255)` | YES | NULL | MUL | - |  |
| 5 | `should_display_on_index` | `tinyint(1)` | NO | `1` | - | - |  |
| 6 | `type` | `varchar(20)` | NO | - | MUL | - |  |
| 7 | `content` | `longtext` | NO | - | - | - |  |
| 8 | `created_at` | `datetime` | YES | NULL | MUL | - | Laravel timestamp (created) |

## Indexes

| Name | Columns | Unique | Type |
|------|---------|--------|------|
| `PRIMARY` | `sequence` | YES | BTREE |
| `telescope_entries_batch_id_index` | `batch_id` | NO | BTREE |
| `telescope_entries_created_at_index` | `created_at` | NO | BTREE |
| `telescope_entries_family_hash_index` | `family_hash` | NO | BTREE |
| `telescope_entries_type_should_display_on_index_index` | `type`, `should_display_on_index` | NO | BTREE |
| `telescope_entries_uuid_unique` | `uuid` | YES | BTREE |

## Foreign Keys

### Formal Foreign Keys

None defined.

