LogEntry
LogEntry Schema (Abstract Base)
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| log_entry_type | Enum(telescope, observatory, device) |
No description |
| owner_id | Integer |
No description |
| author_id | Integer |
No description |
| content | String(Unbounded) |
No description |
| created_on | DateTime |
No description |
| modified_on | DateTime |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| owner | Entity |
| author | Entity |
Subclasses
| Name | log_entry_type |
|---|---|
DeviceLogEntry |
device |
ObservatoryLogEntry |
observatory |
TelescopeLogEntry |
telescope |