Financial Account Type
#
Data Dictionary - Entity Table: Financial_Account_TypeTypes of the financial accounts like cash management account, brokerage, deposit, etc.
Primary Key ('id') | . | ENGINE = InnoDB | . | . |
---|---|---|---|---|
Column Name | Data Type | PK Primary Key, NN-Not Null, Null | Example | Comment |
id | BIGINT(12) | PK, NN | 1 | PrimaryKey-ID, Not Null (auto creates) |
Name | VARCHAR(45) | NULL | Cash; Depot | Enter Name of the Financial_Account_Type |