# Sub Dictionary: `ci_sessions`

## Table Info

| Property | Value |
|----------|-------|
| Table | `ci_sessions` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | InnoDB |
| Type | TABLE |
| Category | Core/Master |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `id` | `varchar(128)` | NO | - | PRI | - | Auto-increment primary key |
| 2 | `ip_address` | `varchar(45)` | NO | - | - | - |  |
| 3 | `timestamp` | `int unsigned` | NO | `0` | MUL | - |  |
| 4 | `data` | `blob` | NO | - | - | - |  |

## Indexes

| Name | Columns | Unique | Type |
|------|---------|--------|------|
| `ci_sessions_timestamp` | `timestamp` | NO | BTREE |
| `PRIMARY` | `id` | YES | BTREE |

## Foreign Keys

### Formal Foreign Keys

None defined.

