Database – Funding Category (funding_category_entity)
Description
Holds info on funding categories.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The ID of the funding category | ||
name | char(100) | The funding category name. This is defined by the user. | ||
active | int(1) | Whether or not the entity is active | 1 - yes (default), 0 - no | |
deleted | int(1) | Whether or not the entity was deleted | 1 - yes, 0 - no (default) |