drd_buildings
Title | drd_buildings |
---|---|
Type | Dictionary |
Description | Buildings |
Column | Format | Nullable | Description | Definition | Comments |
---|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | ||
code | varchar(20) | Institution-specific code for this building | |||
name | varchar(100) | Name of this building | |||
address_id | integer, foreign key | Address of this building | Address type= Can't actually do this since pr[cs]_addresses requires person reference. Perhaps include address fields here instead? | ||
campus_id | integer, foreign key | Campus of this building | drd_campuses:id | ||
language | varchar(16) | Language encoding of this building | RFC 5646 |
Migration Notes From OR 1
- This table does not exist in OR 1 (Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.)