tables:account
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tables:account [2022/12/26 00:41] – admin | tables:account [2023/07/19 13:32] (current) – Added columns for the account plan and extras 78.145.145.3 | ||
---|---|---|---|
Line 3: | Line 3: | ||
The **Account Table** represents an organisation that is subscribed to **Charity Radar** | The **Account Table** represents an organisation that is subscribed to **Charity Radar** | ||
- | This is a [[technical: | + | This is a [[technical: |
^ field ^ Type ^ NULL ^ | ^ field ^ Type ^ NULL ^ | ||
| idAccount | INT | NO | Primary Key - auto increment | | | idAccount | INT | NO | Primary Key - auto increment | | ||
| idCheck | CHAR(6) | | idCheck | CHAR(6) | ||
+ | | modifiedAt | TIMESTAMP | ||
+ | | modifiedBy | INT | NO | ::: | | ||
+ | | modifyReason | VARCHAR(200) | ||
| created | TIMESTAMP | | created | TIMESTAMP | ||
| createdBy | INT | NO | idUser in the [[Person]] table. ID of the user creating the account | | | createdBy | INT | NO | idUser in the [[Person]] table. ID of the user creating the account | | ||
- | | charityno | + | | account | VARCHAR(80) | NO | The name of the account | |
+ | | number | ||
+ | | type | VARCHAR(12) | NO | The organisation type - //charity// or //company// or // | ||
+ | | accountPlan | CHAR(1) | YES |The account plan size ' | ||
+ | | planChecked | DATE | YES | The date the plan was checked as being correctly reported | | ||
+ | | extra | VARCHAR(10) | YES | Extra account information such as manual account or pilot programme | ||
tables/account.1672015268.txt.gz · Last modified: 2022/12/26 00:41 by admin