POS/2.30/Database Model/places
Contents |
PLACES
Description
Columns
This table contains the following columns:
Name | PK | Nullable | Data Type | Default | Description |
ID | Y | N | VARCHAR | ||
NAME | N | N | VARCHAR | ||
X | N | N | INTEGER | ||
Y | N | N | INTEGER | ||
FLOOR | N | N | VARCHAR |
Foreign Keys
These are the foreign keys for this table:
Name | Referencing column | Referenced table | Referenced column | Description |
PLACES_FK_1 | FLOOR | FLOORS | ID |
Indexes
These are the indexes for this table (for each index there is a list of the columns included within it):
Name | Unique | Reference | Description |
PLACES_NAME_INX | Y | NAME - |
Languages: |
POS/2.30/Database Model/people | POS/2.30/Database Model/products