# Sub Dictionary: `tbl_TestDevices`

## Table Info

| Property | Value |
|----------|-------|
| Table | `tbl_TestDevices` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | InnoDB |
| Type | TABLE |
| Category | Core/Master |
| Laravel Model | `TestDevice` (app/Models/TestDevice.php) |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `Id` | `int unsigned` | NO | - | PRI | auto_increment |  |
| 2 | `vDeviceType` | `varchar(50)` | NO | - | - | - | Varchar: Device Type |
| 3 | `vUDID` | `varchar(500)` | NO | - | MUL | - | Varchar: UDID |
| 4 | `vDetails` | `varchar(500)` | YES | NULL | - | - | Varchar: Details |
| 5 | `dDateCreated` | `datetime` | NO | `CURRENT_TIMESTAMP` | - | DEFAULT_GENERATED | Datetime: Date Created |
| 6 | `bDeleted` | `tinyint` | NO | `0` | - | - | Boolean/Flag: Deleted |

## Indexes

| Name | Columns | Unique | Type |
|------|---------|--------|------|
| `PRIMARY` | `Id` | YES | BTREE |
| `vUDID` | `vUDID` | NO | BTREE |

## Foreign Keys

### Formal Foreign Keys

None defined.

