| id | pkey | false | true | | schema_foreign_keys.column schema_foreign_keys.foreignColumn | 1.81.18 | a generated unique pkey |
| table | string | false | false | schema_tables.name | | 1.81.18 | the name of the table the column is in |
| name | string | false | false | | | 1.81.18 | the name of the column |
| sinceVersion | enum | false | false | aoserv_protocols.version | | 1.92.2.3-SNAPSHOT | the first aoserv_protocol version this column was in |
| lastVersion | enum | true | false | aoserv_protocols.version | | 1.92.2.3-SNAPSHOT | the last version containing this field |
| index | short | false | false | | | 1.81.18 | the index of the column |
| type | string | false | false | schema_types.name | | 1.0a100 | the type of data in the column |
| isNullable | boolean | false | false | | | 1.81.18 | if the value may be null |
| isUnique | boolean | false | false | | | 1.81.18 | if true, the value is unique across rows |
| isPublic | boolean | false | false | | | 1.81.18 | if the value is publicly accessible |
| description | string | false | false | | | 1.0a100 | any description associated with the column |