TABLE NAMEoperating_systems
DESCRIPTIONThe operating_systems table stores represents each type of operating system. COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| name | string | false | true | | operating_system_versions.operating_system | 1.0a100 | the unique name of the operating system | | display | string | false | false | | | 1.0a100 | the display version of the name | | is_unix | boolean | false | false | | | 1.0a100 | indicates that this is a Unix-based OS |
|