Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
CODCOLIGADA | DCODCOLIGADA | 2 | null |
|
|
|||||||
CODIGO | int | 4 | null |
|
|
|||||||
DIA | int | 4 | null |
|
|
|||||||
HORAINI | char | 5 | null |
|
|
|||||||
HORAFIM | char | 5 | √ | null |
|
|
||||||
STATUS | char | 1 | null |
|
|
|||||||
SALA | int | 4 | √ | null |
|
|
||||||
DURACAODIASEMANA | int | 4 | √ | null |
|
|
||||||
IDPERIODO | int | 4 | null |
|
|
|||||||
MAXENCAIXE | int | 4 | √ | null |
|
|
||||||
RECCREATEDBY | varchar | 50 | √ | null |
|
|
||||||
RECCREATEDON | datetime | 16,3 | √ | null |
|
|
||||||
RECMODIFIEDBY | varchar | 50 | √ | null |
|
|
||||||
RECMODIFIEDON | datetime | 16,3 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PKSZHORARIO | Primary key | Asc/Asc/Asc/Asc/Asc | CODCOLIGADA + IDPERIODO + CODIGO + DIA + HORAINI |
SZHORARIOCOD | Performance | Asc/Asc | CODCOLIGADA + CODIGO |
SZHORARIOHORA | Performance | Asc/Asc/Asc/Asc/Asc | CODCOLIGADA + CODIGO + DIA + HORAINI + HORAFIM |
SZHORARIOSTATUS | Performance | Asc/Asc/Asc/Asc | CODCOLIGADA + CODIGO + DIA + STATUS |