TABLE NAMEtechnology_names
DESCRIPTIONThe technology_names table contains all of the unique names of software packages
that are installed in the servers. COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| name | string | false | true | | technologies.name technology_versions.name | 1.0a100 | the name of the package | | image_filename | string | true | false | | | 1.0a100 | the name of the file containing the image | | image_width | int | true | false | | | 1.0a100 | the width of the image | | image_height | int | true | false | | | 1.0a100 | the height of the image | | image_alt | string | true | false | | | 1.0a100 | the alt attribute of the image | | home_page_url | url | true | false | | | 1.0a100 | the URL of the technology home page |
|