CODE39
Code 39 Bar Code Table
tableFINCODE39
CODE39 — Code 39 Bar Code Table. FIN table in the standard Ross ERP 8.0 schema: 5 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open CODE39 in the interactive Data Dictionary →Part of Other tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | BAR_CODE_CHAR | varchar(1) | PK | Single length ASCII character |
| 3 | BINARY_BAR_CODE | varchar(9) | Code 39 Binary equivalent | |
| 4 | USERNAME | varchar(20) | Username | |
| 5 | SYSTEM_DATE | datetime | System Date Transaction Made |