Skip to content

Commit

Permalink
PO-623 DRAFT_ACCOUNTS table - Added new column, renamed some columns …
Browse files Browse the repository at this point in the history
…and amended some columns descriptions
  • Loading branch information
abrahamdennis committed Aug 16, 2024
1 parent 42713fe commit e73a07a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Date Author Version Nature of Change
* ---------- -------- -------- ------------------------------------------------------------------------------
* 15/08/2024 A Dennis 1.0 PO-623 Modified DRAFT_ACCOUNTS table with some new columns and renamed others.
* 16/08/2024 A Dennis 1.0 PO-623 Modified DRAFT_ACCOUNTS table with some new columns and renamed others.
*
**/

Expand All @@ -23,6 +23,7 @@ RENAME COLUMN account_summary_data TO account_snapshot;
ALTER TABLE draft_accounts
ADD COLUMN account_number varchar(25);

COMMENT ON COLUMN draft_accounts.submitted_by IS 'ID of the user that last submitted this record for checking';
COMMENT ON COLUMN draft_accounts.account_number IS 'The Opal Account Number (2char letter code+account number)';
COMMENT ON COLUMN draft_accounts.account_id IS 'Account ID created on validation';
COMMENT ON COLUMN draft_accounts.created_date IS 'Date this record was first created (the created date is not updated by successive submits, only the submitted by)';

0 comments on commit e73a07a

Please sign in to comment.