Field | Type | Default | Description |
---|---|---|---|
id | int (11) | NOT NULL | PRIMARY KEY - Identifies the account type id number. |
description | varchar (30) | NOT NULL | Narrative description of the account type. Can be chaged for language translations. |
asset | enum (0, 1) | 0 | States whether the account type is an asset or liability. DO NOT EDIT THIS FIELD. |