graphics
- Last UpdatedNov 20, 2024
- 1 minute read
Note: This table is currently not used.
The graphics table stores graphical information for buttons, icons, etc., and from where they originated.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
graphic_id |
string80 |
Y |
N |
Name of image |
|
file_path |
string254 |
N |
N |
Original image file |
|
height |
int32 |
N |
N |
Vertical size in pixels |
|
width |
int32 |
N |
N |
Horizontal size in pixels |
|
format |
int32 |
N |
N |
Enumeration of format type: 1 = BMP 2 = ICO 3 = PCX 4 = GIF |
|
graphic_data |
blob |
N |
N |
Binary graphic data |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail |