From 17884426d152379adf921f1a2bf4f95685cfbd0b Mon Sep 17 00:00:00 2001
From: mamartinezmejia <77364706+mamartinezmejia@users.noreply.github.com>
Date: Fri, 4 Oct 2024 17:04:02 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20bcgov/nr?=
=?UTF-8?q?-forest-client@1db690871a7203bf7e092867e3257fb725931892=20?=
=?UTF-8?q?=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
schema/index.html | 2 +-
schema/nrfc/columns.html | 1784 ++++++++++++++++++-------------------
schema/nrfc/index.html | 2 +-
schema/nrfc/info-html.txt | 2 +-
4 files changed, 895 insertions(+), 895 deletions(-)
diff --git a/schema/index.html b/schema/index.html
index 291befd56a..57de3be5b5 100644
--- a/schema/index.html
+++ b/schema/index.html
@@ -49,7 +49,7 @@
Generated on Thu Oct 03 22:39 GMT 2024 Generated on Fri Oct 04 17:03 GMT 2024SchemaSpy Analysis of default
-
The email address of the Natural Resource District.<\/p>" + "comments": "
A code representing the code of a Natural Resource District.<\/p>" }, { "tableName": "submission_location", @@ -130,41 +130,41 @@
A complementary address line of a client<\/p>" + "comments": "
The fax number of a client’s specific location.<\/p>" }, { "tableName": "submission_location", "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "street_address", - "type": "varchar", - "length": 40, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_location_id", + "type": "serial", + "length": 10, "nullable": "", - "autoUpdated": "", - "defaultValue": "null", - "comments": "
The address of a client, including the street number and street name.<\/p>" + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_location_seq'::regclass)", + "comments": "
Incremental id generated for a location of a client.<\/p>" }, { "tableName": "submission_location", "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "postal_code", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>province_code", "type": "varchar", - "length": 10, + "length": 2, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "" + "comments": "
A code representing the code of a province, state, department or territory.<\/p>" }, { "tableName": "identification_type_code", @@ -172,13 +172,13 @@
The date and time the record was created.<\/p>" + "defaultValue": "null", + "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "submission_status_code", @@ -186,13 +186,13 @@
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "null", + "comments": "
The description of the code value.<\/p>" }, { "tableName": "client_type_code", @@ -200,27 +200,27 @@
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "null", + "comments": "
The description of the code value.<\/p>" }, { "tableName": "submission_matching_detail", "tableFileName": "submission_matching_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "matching_fields", - "type": "jsonb", - "length": 2147483647, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "null", - "comments": "
A JSON object provides information about matches found in the existing database. The matches can result from fuzzy search, like matching a name pattern, or from exact equality, such as matching incorporation number or good standing status.<\/p>" + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_matching_detail_id", + "type": "serial", + "length": 10, + "nullable": "", + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_matching_detail_id_seq'::regclass)", + "comments": "
Incremental id generated for a submission matching detail of a client.<\/p>" }, { "tableName": "client_type_code", @@ -228,41 +228,41 @@
The user or proxy account that created the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created.<\/p>" }, { "tableName": "submission_contact", "tableFileName": "submission_contact", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "first_name", - "type": "varchar", - "length": 30, - "nullable": "√", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>submission_id", + "type": "int4", + "length": 10, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The first name of the client’s contact.<\/p>" + "comments": "
Incremental id generated for a submission of a client.<\/p>" }, { - "tableName": "submission_location_contact_xref", - "tableFileName": "submission_location_contact_xref", + "tableName": "client_type_code", + "tableFileName": "client_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_contact_id", - "type": "int4", - "length": 10, - "nullable": "", + "keyClass": "", + "keyTitle": "", + "name": "update_user", + "type": "varchar", + "length": 60, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
Incremental id generated for the contact details of a client.<\/p>" + "comments": "
The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "email_log", @@ -270,27 +270,27 @@
JSONB field to store variables related to the email content.<\/p>" + "comments": "
Email address to which the email is sent.<\/p>" }, { "tableName": "country_code", "tableFileName": "country_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, + "keyClass": "indexedColumn", + "keyTitle": "Indexed", + "name": "<\/i>display_order", + "type": "int4", + "length": 10, "nullable": "√", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "
The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "
The the display order of a country. If no value is provided, the application will order countries alphabetically by default.<\/p>" }, { "tableName": "flyway_schema_history", @@ -298,9 +298,9 @@
Name of the email template used for sending the email.<\/p>" + "comments": "
Indicator for whether the email has been sent (‘Y’ for Yes, ‘N’ for No).<\/p>" }, { - "tableName": "district_code", - "tableFileName": "district_code", + "tableName": "submission_type_code", + "tableFileName": "submission_type_code", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", + "name": "update_user", "type": "varchar", - "length": 100, - "nullable": "", + "length": 60, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
The description of the code value.<\/p>" + "comments": "
The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "district_code", @@ -340,27 +340,41 @@
The date and time the record was created or last updated.<\/p>" + }, + { + "tableName": "submission", + "tableFileName": "submission", + "tableType": "Table", + "keyClass": "", + "keyTitle": "", + "name": "create_user", "type": "varchar", "length": 60, - "nullable": "√", + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The user or proxy account that created or last updated the record.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>" }, { - "tableName": "submission_location", - "tableFileName": "submission_location", + "tableName": "identification_type_code", + "tableFileName": "identification_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_location_id", - "type": "serial", - "length": 10, - "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_location_seq'::regclass)", - "comments": "
Incremental id generated for a location of a client.<\/p>" + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>country_code", + "type": "varchar", + "length": 2, + "nullable": "√", + "autoUpdated": "", + "defaultValue": "null", + "comments": "
A code representing the country to which the ID type belongs. If the country code is populated, a province or state will be required.<\/p>" }, { "tableName": "identification_type_code", @@ -376,33 +390,19 @@
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, - { - "tableName": "identification_type_code", - "tableFileName": "identification_type_code", - "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "
The date and time the record was created or last updated.<\/p>" - }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "good_standing_ind", + "name": "organization_name", "type": "varchar", - "length": 1, + "length": 60, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
An indicator that determines whether a client is in good standing with respect to their financial obligations.<\/p>" + "comments": "
The name of the client.<\/p>" }, { "tableName": "email_log", @@ -410,27 +410,27 @@
Timestamp indicating when the email log entry was last updated.<\/p>" + "defaultValue": "null", + "comments": "
JSONB field to store variables related to the email content.<\/p>" }, { "tableName": "business_type_code", "tableFileName": "business_type_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "effective_date", - "type": "date", - "length": 13, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>business_type_code", + "type": "varchar", + "length": 1, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "comments": "
A code indicating the business type of a client.<\/p>" }, { "tableName": "business_type_code", @@ -438,27 +438,27 @@
The user or proxy account that created the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created.<\/p>" }, { "tableName": "province_code", "tableFileName": "province_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "description", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>province_code", "type": "varchar", - "length": 100, + "length": 4, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The description of the code value.<\/p>" + "comments": "
A code representing the code of a province, state, department or territory.<\/p>" }, { "tableName": "submission_location", @@ -466,55 +466,55 @@
The location name of an address. Examples of location names include, but are not limited to, Mailing Address, Billing Address among others.<\/p>" + "comments": "
The name of the city of the location.<\/p>" }, { "tableName": "submission", "tableFileName": "submission", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>submission_type_code", + "type": "varchar", + "length": 5, "nullable": "√", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "
The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "
A code indicating the status of a submission request. Examples include, but are not limited to: New, Approved, Rejected, and others.<\/p>" }, { "tableName": "country_code", "tableFileName": "country_code", "tableType": "Table", - "keyClass": "indexedColumn", - "keyTitle": "Indexed", - "name": "<\/i>display_order", - "type": "int4", - "length": 10, - "nullable": "√", + "keyClass": "", + "keyTitle": "", + "name": "effective_date", + "type": "date", + "length": 13, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The the display order of a country. If no value is provided, the application will order countries alphabetically by default.<\/p>" + "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { - "tableName": "identification_type_code", - "tableFileName": "identification_type_code", + "tableName": "submission_detail", + "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>identification_type_code", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>identification_country_code", "type": "varchar", - "length": 4, - "nullable": "", + "length": 2, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code indicating the identification type of a client. Examples of possible ID types include Canadian Birth Certificate, Canadian Passport, and others.<\/p>" + "comments": "
A code representing the code of a country.<\/p>" }, { "tableName": "country_code", @@ -522,41 +522,41 @@
The date and time the record was created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "flyway_schema_history", "tableFileName": "flyway_schema_history", "tableType": "Table", - "keyClass": "indexedColumn", - "keyTitle": "Indexed", - "name": "<\/i>success", - "type": "bool", - "length": 1, + "keyClass": "", + "keyTitle": "", + "name": "installed_on", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "null", + "defaultValue": "now()", "comments": "" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>identification_province_code", + "keyClass": "", + "keyTitle": "", + "name": "client_identification", "type": "varchar", - "length": 4, + "length": 40, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the code of a province, state, department or territory.<\/p>" + "comments": "
The reference number that identifies a client.<\/p>" }, { "tableName": "client_type_code", @@ -564,27 +564,27 @@
The date and time the record was created or last updated.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { - "tableName": "contact_type_code", - "tableFileName": "contact_type_code", + "tableName": "identification_type_code", + "tableFileName": "identification_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>contact_type_code", + "keyClass": "", + "keyTitle": "", + "name": "create_user", "type": "varchar", - "length": 2, + "length": 60, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the code of a role of a client’s contact.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>" }, { "tableName": "country_code", @@ -592,27 +592,27 @@
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "null", + "comments": "
The description of the code value.<\/p>" }, { - "tableName": "flyway_schema_history", - "tableFileName": "flyway_schema_history", + "tableName": "submission_matching_detail", + "tableFileName": "submission_matching_detail", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>installed_rank", - "type": "int4", - "length": 10, + "keyClass": "", + "keyTitle": "", + "name": "submission_matching_processed", + "type": "bool", + "length": 1, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "" + "defaultValue": "false", + "comments": "
A flag to indicate that the submission was finally processed.<\/p>" }, { "tableName": "flyway_schema_history", @@ -620,9 +620,9 @@
The date and time the record was created or last updated.<\/p>" + }, + { + "tableName": "country_code", + "tableFileName": "country_code", + "tableType": "Table", + "keyClass": "", + "keyTitle": "", + "name": "create_user", "type": "varchar", "length": 60, - "nullable": "√", + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The user or proxy account that created or last updated the record.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>identification_type_code", + "keyClass": "", + "keyTitle": "", + "name": "last_name", "type": "varchar", - "length": 4, + "length": 30, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code indicating the identification type of a client.<\/p>" + "comments": "
The last name of the client.<\/p>" }, { "tableName": "submission_contact", @@ -662,27 +676,27 @@
The email address of the client’s contact.<\/p>" + "comments": "
The last name of the client’s contact.<\/p>" }, { - "tableName": "email_log", - "tableFileName": "email_log", + "tableName": "province_code", + "tableFileName": "province_code", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "email_id", - "type": "varchar", - "length": 40, + "name": "display_order", + "type": "int4", + "length": 10, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
Identifier for the associated email assigned by CHES (if applicable).<\/p>" + "comments": "
The the display order of a province/state. If no value is provided, the application will order provinces/states alphabetically by default.<\/p>" }, { "tableName": "province_code", @@ -690,13 +704,13 @@
The date and time the record was created.<\/p>" + "defaultValue": "null", + "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "submission_status_code", @@ -704,27 +718,27 @@
The date and time the record was created.<\/p>" + "defaultValue": "null", + "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "submission", "tableFileName": "submission", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_type_code", - "type": "varchar", - "length": 5, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "null", - "comments": "
A code indicating the status of a submission request. Examples include, but are not limited to: New, Approved, Rejected, and others.<\/p>" + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_id", + "type": "serial", + "length": 10, + "nullable": "", + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_id_seq'::regclass)", + "comments": "
Incremental id generated for a submission of a client.<\/p>" }, { "tableName": "submission_contact", @@ -732,41 +746,41 @@
A secondary phone number of the client’s contact.<\/p>" + "comments": "
The email address of the client’s contact.<\/p>" }, { - "tableName": "submission_type_code", - "tableFileName": "submission_type_code", + "tableName": "email_log", + "tableFileName": "email_log", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_type_code", - "type": "varchar", - "length": 5, + "keyClass": "", + "keyTitle": "", + "name": "create_timestamp", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "
A code representing the type of a submission request.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
Timestamp indicating when the email log entry was created.<\/p>" }, { "tableName": "province_code", "tableFileName": "province_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "effective_date", - "type": "date", - "length": 13, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>country_code", + "type": "varchar", + "length": 2, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "comments": "
A code representing the country in which the province is located.<\/p>" }, { "tableName": "contact_type_code", @@ -774,27 +788,27 @@
The date and time the record was created.<\/p>" + "defaultValue": "null", + "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "submission_location", "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>province_code", + "keyClass": "", + "keyTitle": "", + "name": "street_address", "type": "varchar", - "length": 2, + "length": 40, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the code of a province, state, department or territory.<\/p>" + "comments": "
The address of a client, including the street number and street name.<\/p>" }, { "tableName": "submission_detail", @@ -802,27 +816,27 @@
The middle name of the client.<\/p>" + "comments": "
A familiar alphabetic acronym to be used as an alternative to the ministry’s client number for data entry and display.<\/p>" }, { - "tableName": "submission_contact", - "tableFileName": "submission_contact", + "tableName": "country_code", + "tableFileName": "country_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_contact_id", - "type": "serial", - "length": 10, - "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_contact_seq'::regclass)", - "comments": "
Incremental id generated for the contact details of a client.<\/p>" + "keyClass": "", + "keyTitle": "", + "name": "update_user", + "type": "varchar", + "length": 60, + "nullable": "√", + "autoUpdated": "", + "defaultValue": "null", + "comments": "
The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "identification_type_code", @@ -830,13 +844,13 @@
The user or proxy account that created the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created.<\/p>" }, { "tableName": "country_code", @@ -844,41 +858,41 @@
The user or proxy account that created the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created.<\/p>" }, { - "tableName": "business_type_code", - "tableFileName": "business_type_code", + "tableName": "district_code", + "tableFileName": "district_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>business_type_code", + "keyClass": "", + "keyTitle": "", + "name": "create_user", "type": "varchar", - "length": 1, + "length": 60, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code indicating the business type of a client.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>" }, { - "tableName": "district_code", - "tableFileName": "district_code", + "tableName": "submission_type_code", + "tableFileName": "submission_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>district_code", + "keyClass": "", + "keyTitle": "", + "name": "create_user", "type": "varchar", - "length": 5, + "length": 60, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the code of a Natural Resource District.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>" }, { "tableName": "submission_detail", @@ -886,27 +900,27 @@
A code representing the code of a country.<\/p>" + "comments": "
A code indicating the identification type of a client.<\/p>" }, { - "tableName": "submission_matching_detail", - "tableFileName": "submission_matching_detail", + "tableName": "submission_location_contact_xref", + "tableFileName": "submission_location_contact_xref", "tableType": "Table", "keyClass": "primaryKey", "keyTitle": "Primary Key", - "name": "<\/i>submission_matching_detail_id", - "type": "serial", + "name": "<\/i>submission_location_id", + "type": "int4", "length": 10, "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_matching_detail_id_seq'::regclass)", - "comments": "
Incremental id generated for a submission matching detail of a client.<\/p>" + "autoUpdated": "", + "defaultValue": "null", + "comments": "
Incremental id generated for a location of a client.<\/p>" }, { "tableName": "email_log", @@ -914,13 +928,13 @@
Subject of the email.<\/p>" + "comments": "
Name of the email template used for sending the email.<\/p>" }, { "tableName": "email_log", @@ -928,13 +942,13 @@
Email address to which the email is sent.<\/p>" + "comments": "
Textual message describing any exceptions that occurred during email processing.<\/p>" }, { "tableName": "submission_location", @@ -942,27 +956,27 @@
The fax number of a client’s specific location.<\/p>" + "comments": "
The phone number of a client’s specific location.<\/p>" }, { "tableName": "client_type_code", "tableFileName": "client_type_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "effective_date", - "type": "date", - "length": 13, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>client_type_code", + "type": "varchar", + "length": 5, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "comments": "
A code representing the type of a client.<\/p>" }, { "tableName": "submission_matching_detail", @@ -970,13 +984,13 @@
The ID of the user submitting the changes.<\/p>" + "comments": "
A field with the reason for the denial of the submission.<\/p>" }, { "tableName": "client_type_code", @@ -984,13 +998,13 @@
The date and time the record was created.<\/p>" + "defaultValue": "null", + "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "contact_type_code", @@ -998,27 +1012,27 @@
The date and time the record was created or last updated.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "contact_type_code", "tableFileName": "contact_type_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "effective_date", - "type": "date", - "length": 13, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>contact_type_code", + "type": "varchar", + "length": 2, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "comments": "
A code representing the code of a role of a client’s contact.<\/p>" }, { "tableName": "submission_detail", @@ -1026,13 +1040,13 @@
A code indicating the business type of a client. It could be either Registered Business and Unregistered Business.<\/p>" + "comments": "
Incremental id generated for a submission of a client.<\/p>" }, { "tableName": "submission_status_code", @@ -1040,6 +1054,20 @@
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + }, + { + "tableName": "submission_type_code", + "tableFileName": "submission_type_code", + "tableType": "Table", + "keyClass": "", + "keyTitle": "", "name": "update_timestamp", "type": "timestamp", "length": 29, @@ -1052,57 +1080,43 @@
The user or proxy account that created or last updated the record.<\/p>" - }, - { - "tableName": "submission_type_code", - "tableFileName": "submission_type_code", - "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "effective_date", - "type": "date", - "length": 13, + "length": 5, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "comments": "
A code representing the type of a submission request.<\/p>" }, { "tableName": "country_code", "tableFileName": "country_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "effective_date", - "type": "date", - "length": 13, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>country_code", + "type": "varchar", + "length": 2, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "comments": "
A code representing the code of a country.<\/p>" }, { "tableName": "submission", "tableFileName": "submission", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "submission_date", - "type": "timestamp", - "length": 29, + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>submission_status_code", + "type": "varchar", + "length": 5, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
The date and time the record was created.<\/p>" + "comments": "
TBD.<\/p>" }, { "tableName": "email_log", @@ -1110,13 +1124,13 @@
Timestamp indicating when the email log entry was created.<\/p>" + "defaultValue": "null", + "comments": "
Subject of the email.<\/p>" }, { "tableName": "submission_status_code", @@ -1124,13 +1138,13 @@
The user or proxy account that created or last updated the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created or last updated.<\/p>" }, { "tableName": "province_code", @@ -1138,13 +1152,13 @@
The date and time the record was created or last updated.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "submission_detail", @@ -1152,13 +1166,13 @@
A number provided to B.C. corporations, businesses or societies as part of the registration or incorporation process.<\/p>" + "comments": "" }, { "tableName": "submission_detail", @@ -1166,27 +1180,27 @@
The last name of the client.<\/p>" + "comments": "
The first name of the client.<\/p>" }, { - "tableName": "country_code", - "tableFileName": "country_code", + "tableName": "contact_type_code", + "tableFileName": "contact_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>country_code", + "keyClass": "", + "keyTitle": "", + "name": "create_user", "type": "varchar", - "length": 2, + "length": 60, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the code of a country.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>" }, { "tableName": "submission_type_code", @@ -1194,13 +1208,13 @@
The date and time the record was created.<\/p>" + "defaultValue": "null", + "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "district_code", @@ -1208,41 +1222,41 @@
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "comments": "
The description of the code value.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "birthdate", - "type": "date", - "length": 13, - "nullable": "√", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>client_type_code", + "type": "varchar", + "length": 5, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The date that the BC Services Card logged in person was born.<\/p>" + "comments": "
A code representing the type of a client.<\/p>" }, { - "tableName": "submission_status_code", - "tableFileName": "submission_status_code", + "tableName": "submission_contact", + "tableFileName": "submission_contact", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", + "name": "fax_number", "type": "varchar", - "length": 100, - "nullable": "", + "length": 14, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
The description of the code value.<\/p>" + "comments": "
The fax number of the client’s contact.<\/p>" }, { "tableName": "business_type_code", @@ -1250,27 +1264,27 @@
The date and time the record was created or last updated.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { - "tableName": "province_code", - "tableFileName": "province_code", + "tableName": "submission_location", + "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>country_code", + "keyClass": "", + "keyTitle": "", + "name": "email_address", "type": "varchar", - "length": 2, - "nullable": "", + "length": 100, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the country in which the province is located.<\/p>" + "comments": "
The email address of the client’s location.<\/p>" }, { "tableName": "district_code", @@ -1278,13 +1292,13 @@
The date and time the record was created.<\/p>" + "defaultValue": "null", + "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "submission_matching_detail", @@ -1292,55 +1306,55 @@
A flag to indicate that the submission was finally processed.<\/p>" + "defaultValue": "null", + "comments": "
The timestamp when the changes happened.<\/p>" }, { - "tableName": "submission_location_contact_xref", - "tableFileName": "submission_location_contact_xref", + "tableName": "client_type_code", + "tableFileName": "client_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_location_id", - "type": "int4", - "length": 10, + "keyClass": "", + "keyTitle": "", + "name": "create_user", + "type": "varchar", + "length": 60, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
Incremental id generated for a location of a client.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>" }, { - "tableName": "submission", - "tableFileName": "submission", + "tableName": "flyway_schema_history", + "tableFileName": "flyway_schema_history", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_status_code", - "type": "varchar", - "length": 5, - "nullable": "√", + "keyClass": "indexedColumn", + "keyTitle": "Indexed", + "name": "<\/i>success", + "type": "bool", + "length": 1, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
TBD.<\/p>" + "comments": "" }, { - "tableName": "submission_type_code", - "tableFileName": "submission_type_code", + "tableName": "email_log", + "tableFileName": "email_log", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", - "type": "varchar", - "length": 100, - "nullable": "", + "name": "update_timestamp", + "type": "timestamp", + "length": 29, + "nullable": "√", "autoUpdated": "", - "defaultValue": "null", - "comments": "
The description of the code value.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
Timestamp indicating when the email log entry was last updated.<\/p>" }, { "tableName": "submission_matching_detail", @@ -1348,13 +1362,13 @@
The timestamp of when the processor started to process this specific entry<\/p>" + "comments": "
The ID of the user submitting the changes.<\/p>" }, { "tableName": "submission", @@ -1362,13 +1376,13 @@
The user or proxy account that created the record.<\/p>" + "comments": "
The date and time the record was created.<\/p>" }, { "tableName": "identification_type_code", @@ -1376,13 +1390,13 @@
The user or proxy account that created or last updated the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created or last updated.<\/p>" }, { "tableName": "submission_contact", @@ -1390,13 +1404,13 @@
The unique identifier assigned to a user by the Identity Provider.<\/p>" + "comments": "
The phone number of the client’s contact.<\/p>" }, { "tableName": "submission_detail", @@ -1404,13 +1418,13 @@
A Work Safe BC number of a client.<\/p>" + "comments": "
The date that the BC Services Card logged in person was born.<\/p>" }, { "tableName": "submission_location", @@ -1418,37 +1432,37 @@
A code representing the code of a country.<\/p>" + "comments": "
Incremental id generated for a submission of a client.<\/p>" }, { - "tableName": "client_type_code", - "tableFileName": "client_type_code", + "tableName": "submission_status_code", + "tableFileName": "submission_status_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>client_type_code", + "keyClass": "", + "keyTitle": "", + "name": "create_user", "type": "varchar", - "length": 5, + "length": 60, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the type of a client.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>"
},
{
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableType": "Table",
- "keyClass": "",
- "keyTitle": "",
- "name": "description",
- "type": "varchar",
- "length": 200,
+ "keyClass": "primaryKey",
+ "keyTitle": "Primary Key",
+ "name": "<\/i>installed_rank",
+ "type": "int4",
+ "length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
@@ -1460,13 +1474,13 @@ Columns
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
- "name": "effective_date",
- "type": "date",
- "length": 13,
+ "name": "description",
+ "type": "varchar",
+ "length": 100,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
- "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "comments": "
The description of the code value.<\/p>" }, { "tableName": "business_type_code", @@ -1474,13 +1488,13 @@
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "null", + "comments": "
The description of the code value.<\/p>" }, { "tableName": "submission_detail", @@ -1488,27 +1502,27 @@
The reference number that identifies a client.<\/p>" + "comments": "
Any additional information about the client or specific instructions.<\/p>" }, { "tableName": "submission_matching_detail", "tableFileName": "submission_matching_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "confirmed_match_status_ind", - "type": "varchar", - "length": 1, - "nullable": "√", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>submission_id", + "type": "int4", + "length": 10, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
An indicator that determines whether a specific match has been approved, allowing the processing to continue, or denied, requiring immediate action to be taken during the submission process.<\/p>" + "comments": "
Incremental id generated for a submission of a client.<\/p>" }, { "tableName": "submission_location", @@ -1516,13 +1530,13 @@
A second complementary address line of a client<\/p>" + "comments": "
Any additional information about the client’s location or specific instructions for contacting them.<\/p>" }, { "tableName": "submission_location", @@ -1530,13 +1544,13 @@
The email address of the client’s location.<\/p>" + "comments": "
A complementary address line of a client<\/p>" }, { "tableName": "business_type_code", @@ -1544,13 +1558,13 @@
The user or proxy account that created or last updated the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created or last updated.<\/p>" }, { "tableName": "flyway_schema_history", @@ -1558,10 +1572,10 @@
A code representing the code of a province, state, department or territory.<\/p>" + "comments": "" }, { - "tableName": "submission_detail", - "tableFileName": "submission_detail", + "tableName": "submission_location", + "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_id", - "type": "int4", - "length": 10, - "nullable": "", + "keyClass": "", + "keyTitle": "", + "name": "complementary_address_2", + "type": "varchar", + "length": 40, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
Incremental id generated for a submission of a client.<\/p>" + "comments": "
A second complementary address line of a client<\/p>" }, { - "tableName": "submission_status_code", - "tableFileName": "submission_status_code", + "tableName": "business_type_code", + "tableFileName": "business_type_code", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
The user or proxy account that created the record.<\/p>" + "comments": "
The user or proxy account that created or last updated the record.<\/p>" }, { - "tableName": "flyway_schema_history", - "tableFileName": "flyway_schema_history", + "tableName": "submission_status_code", + "tableFileName": "submission_status_code", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "installed_on", + "name": "create_timestamp", "type": "timestamp", "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "now()", - "comments": "" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created.<\/p>" }, { - "tableName": "submission_contact", - "tableFileName": "submission_contact", + "tableName": "flyway_schema_history", + "tableFileName": "flyway_schema_history", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_id", + "keyClass": "", + "keyTitle": "", + "name": "checksum", "type": "int4", "length": 10, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
Incremental id generated for a submission of a client.<\/p>" + "comments": "" }, { "tableName": "submission_location", @@ -1656,13 +1656,13 @@
Any additional information about the client’s location or specific instructions for contacting them.<\/p>" + "comments": "
A secondary phone number of a client’s specific location.<\/p>" }, { "tableName": "submission_matching_detail", @@ -1670,111 +1670,111 @@
A field with the reason for the denial of the submission.<\/p>" + "comments": "
A JSON object provides information about matches found in the existing database. The matches can result from fuzzy search, like matching a name pattern, or from exact equality, such as matching incorporation number or good standing status.<\/p>" }, { - "tableName": "identification_type_code", - "tableFileName": "identification_type_code", + "tableName": "submission_detail", + "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "description", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>identification_province_code", "type": "varchar", - "length": 100, - "nullable": "", + "length": 4, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
The description of the code value.<\/p>" + "comments": "
A code representing the code of a province, state, department or territory.<\/p>" }, { - "tableName": "country_code", - "tableFileName": "country_code", + "tableName": "contact_type_code", + "tableFileName": "contact_type_code", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", + "name": "update_user", "type": "varchar", - "length": 100, - "nullable": "", + "length": 60, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
The description of the code value.<\/p>" + "comments": "
The user or proxy account that created or last updated the record.<\/p>" }, { - "tableName": "client_type_code", - "tableFileName": "client_type_code", + "tableName": "submission_status_code", + "tableFileName": "submission_status_code", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", + "name": "update_user", "type": "varchar", - "length": 100, - "nullable": "", + "length": 60, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
The description of the code value.<\/p>" + "comments": "
The user or proxy account that created or last updated the record.<\/p>" }, { - "tableName": "submission_status_code", - "tableFileName": "submission_status_code", + "tableName": "submission_contact", + "tableFileName": "submission_contact", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_status_code", + "keyClass": "", + "keyTitle": "", + "name": "secondary_phone_number", "type": "varchar", - "length": 5, - "nullable": "", + "length": 14, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the status of a submission request.<\/p>" + "comments": "
A secondary phone number of the client’s contact.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>district_code", + "keyClass": "", + "keyTitle": "", + "name": "good_standing_ind", "type": "varchar", - "length": 5, + "length": 1, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the natural resource district of a client.<\/p>" + "comments": "
An indicator that determines whether a client is in good standing with respect to their financial obligations.<\/p>" }, { - "tableName": "submission_matching_detail", - "tableFileName": "submission_matching_detail", + "tableName": "submission_location_contact_xref", + "tableFileName": "submission_location_contact_xref", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_id", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_contact_id", "type": "int4", "length": 10, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
Incremental id generated for a submission of a client.<\/p>" + "comments": "
Incremental id generated for the contact details of a client.<\/p>" }, { - "tableName": "submission_location", - "tableFileName": "submission_location", + "tableName": "submission", + "tableFileName": "submission", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_id", - "type": "int4", - "length": 10, - "nullable": "", + "keyClass": "", + "keyTitle": "", + "name": "update_user", + "type": "varchar", + "length": 60, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
Incremental id generated for a submission of a client.<\/p>" + "comments": "
The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "email_log", @@ -1782,13 +1782,13 @@
Textual message describing any exceptions that occurred during email processing.<\/p>" + "comments": "
Identifier for the associated email assigned by CHES (if applicable).<\/p>" }, { "tableName": "submission_location", @@ -1796,13 +1796,13 @@
The phone number of a client’s specific location.<\/p>" + "comments": "" }, { "tableName": "province_code", @@ -1810,13 +1810,13 @@
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "null", + "comments": "
The description of the code value.<\/p>" }, { "tableName": "district_code", @@ -1824,27 +1824,27 @@
The user or proxy account that created the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "client_number", - "type": "varchar", - "length": 8, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "null", - "comments": "" + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_detail_id", + "type": "serial", + "length": 10, + "nullable": "", + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_detail_id_seq'::regclass)", + "comments": "
Incremental id generated for a submission detail of a client.<\/p>" }, { "tableName": "province_code", @@ -1852,27 +1852,27 @@
The the display order of a province/state. If no value is provided, the application will order provinces/states alphabetically by default.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "organization_name", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>business_type_code", "type": "varchar", - "length": 60, - "nullable": "√", + "length": 1, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The name of the client.<\/p>" + "comments": "
A code indicating the business type of a client. It could be either Registered Business and Unregistered Business.<\/p>" }, { "tableName": "district_code", @@ -1880,41 +1880,41 @@
The date and time the record was created or last updated.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { - "tableName": "flyway_schema_history", - "tableFileName": "flyway_schema_history", + "tableName": "submission_matching_detail", + "tableFileName": "submission_matching_detail", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "version", - "type": "varchar", - "length": 50, + "name": "submission_matching_processed_time", + "type": "timestamp", + "length": 29, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "" + "comments": "
The timestamp of when the processor started to process this specific entry<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "doing_business_as", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>district_code", "type": "varchar", - "length": 120, + "length": 5, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
An alternate name that a client may be conducting business under. For example: John Smith doing business as: John’s Logging.<\/p>" + "comments": "
A code representing the natural resource district of a client.<\/p>" }, { "tableName": "submission_detail", @@ -1922,55 +1922,55 @@
A familiar alphabetic acronym to be used as an alternative to the ministry’s client number for data entry and display.<\/p>" + "comments": "
A Work Safe BC number of a client.<\/p>" }, { - "tableName": "contact_type_code", - "tableFileName": "contact_type_code", + "tableName": "identification_type_code", + "tableFileName": "identification_type_code", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", + "name": "update_user", "type": "varchar", - "length": 100, - "nullable": "", + "length": 60, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
The description of the code value.<\/p>" + "comments": "
The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "submission_contact", "tableFileName": "submission_contact", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "last_name", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>contact_type_code", "type": "varchar", - "length": 30, - "nullable": "√", + "length": 2, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The last name of the client’s contact.<\/p>" + "comments": "
A code representing the code of a role of a client’s contact.<\/p>" }, { "tableName": "identification_type_code", "tableFileName": "identification_type_code", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>country_code", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>identification_type_code", "type": "varchar", - "length": 2, - "nullable": "√", + "length": 4, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the country to which the ID type belongs. If the country code is populated, a province or state will be required.<\/p>" + "comments": "
A code indicating the identification type of a client. Examples of possible ID types include Canadian Birth Certificate, Canadian Passport, and others.<\/p>" }, { "tableName": "submission_contact", @@ -1978,13 +1978,13 @@
The phone number of the client’s contact.<\/p>" + "comments": "
The first name of the client’s contact.<\/p>" }, { "tableName": "business_type_code", @@ -1992,13 +1992,13 @@
The date and time the record was created.<\/p>" + "defaultValue": "null", + "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "province_code", @@ -2006,13 +2006,13 @@
The user or proxy account that created or last updated the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created or last updated.<\/p>" }, { "tableName": "submission_contact", @@ -2020,13 +2020,13 @@
The fax number of the client’s contact.<\/p>" + "comments": "
The unique identifier assigned to a user by the Identity Provider.<\/p>" }, { "tableName": "district_code", @@ -2034,13 +2034,13 @@
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "null", + "comments": "
The email address of the Natural Resource District.<\/p>" }, { "tableName": "submission_detail", @@ -2048,13 +2048,13 @@
The first name of the client.<\/p>" + "comments": "
An alternate name that a client may be conducting business under. For example: John Smith doing business as: John’s Logging.<\/p>" }, { "tableName": "submission_location", @@ -2062,27 +2062,27 @@
A secondary phone number of a client’s specific location.<\/p>" + "comments": "
The location name of an address. Examples of location names include, but are not limited to, Mailing Address, Billing Address among others.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>client_type_code", + "keyClass": "", + "keyTitle": "", + "name": "incorporation_number", "type": "varchar", - "length": 5, - "nullable": "", + "length": 13, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "
A code representing the type of a client.<\/p>" + "comments": "
A number provided to B.C. corporations, businesses or societies as part of the registration or incorporation process.<\/p>" }, { "tableName": "flyway_schema_history", @@ -2090,9 +2090,9 @@
The name of the city of the location.<\/p>" + "comments": "
A code representing the code of a country.<\/p>" }, { "tableName": "submission_status_code", "tableFileName": "submission_status_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "effective_date", - "type": "date", - "length": 13, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_status_code", + "type": "varchar", + "length": 5, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "
The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "comments": "
A code representing the status of a submission request.<\/p>" }, { "tableName": "contact_type_code", @@ -2132,13 +2132,27 @@
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "null", + "comments": "
The description of the code value.<\/p>" + }, + { + "tableName": "district_code", + "tableFileName": "district_code", + "tableType": "Table", + "keyClass": "", + "keyTitle": "", + "name": "update_user", + "type": "varchar", + "length": 60, + "nullable": "√", + "autoUpdated": "", + "defaultValue": "null", + "comments": "
The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "business_type_code", @@ -2146,41 +2160,27 @@
The description of the code value.<\/p>" + "comments": "
The user or proxy account that created the record.<\/p>" }, { - "tableName": "submission_detail", - "tableFileName": "submission_detail", + "tableName": "email_log", + "tableFileName": "email_log", "tableType": "Table", "keyClass": "primaryKey", "keyTitle": "Primary Key", - "name": "<\/i>submission_detail_id", + "name": "<\/i>email_log_id", "type": "serial", "length": 10, "nullable": "", "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_detail_id_seq'::regclass)", - "comments": "
Incremental id generated for a submission detail of a client.<\/p>" - }, - { - "tableName": "email_log", - "tableFileName": "email_log", - "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "email_sent_ind", - "type": "varchar", - "length": 1, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "null", - "comments": "
Indicator for whether the email has been sent (‘Y’ for Yes, ‘N’ for No).<\/p>" + "defaultValue": "nextval('nrfc.email_log_id_seq'::regclass)", + "comments": "
Incremental id generated for a submission email log.<\/p>" }, { "tableName": "province_code", @@ -2188,13 +2188,13 @@
The user or proxy account that created the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created.<\/p>" }, { "tableName": "client_type_code", @@ -2202,13 +2202,13 @@
The user or proxy account that created or last updated the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created or last updated.<\/p>" }, { "tableName": "contact_type_code", @@ -2216,13 +2216,13 @@
The user or proxy account that created the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created.<\/p>" }, { "tableName": "submission", @@ -2230,13 +2230,13 @@
The user or proxy account that created or last updated the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created or last updated.<\/p>" }, { "tableName": "submission_type_code", @@ -2244,13 +2244,13 @@
The date and time the record was created or last updated.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "submission_matching_detail", @@ -2258,27 +2258,27 @@
The timestamp when the changes happened.<\/p>" + "comments": "
An indicator that determines whether a specific match has been approved, allowing the processing to continue, or denied, requiring immediate action to be taken during the submission process.<\/p>" }, { "tableName": "submission_contact", "tableFileName": "submission_contact", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>contact_type_code", - "type": "varchar", - "length": 2, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_contact_id", + "type": "serial", + "length": 10, "nullable": "", - "autoUpdated": "", - "defaultValue": "null", - "comments": "
A code representing the code of a role of a client’s contact.<\/p>" + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_contact_seq'::regclass)", + "comments": "
Incremental id generated for the contact details of a client.<\/p>" }, { "tableName": "submission_type_code", @@ -2286,27 +2286,27 @@
The user or proxy account that created the record.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "
The date and time the record was created.<\/p>" }, { - "tableName": "submission", - "tableFileName": "submission", + "tableName": "flyway_schema_history", + "tableFileName": "flyway_schema_history", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_id", - "type": "serial", + "keyClass": "", + "keyTitle": "", + "name": "execution_time", + "type": "int4", "length": 10, "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_id_seq'::regclass)", - "comments": "
Incremental id generated for a submission of a client.<\/p>" + "autoUpdated": "", + "defaultValue": "null", + "comments": "" }, { "tableName": "submission_detail", @@ -2314,13 +2314,13 @@
Any additional information about the client or specific instructions.<\/p>" + "comments": "
The middle name of the client.<\/p>" }, { "tableName": "contact_type_code", @@ -2328,6 +2328,20 @@
The date and time the record was created or last updated.<\/p>" + }, + { + "tableName": "province_code", + "tableFileName": "province_code", + "tableType": "Table", + "keyClass": "", + "keyTitle": "", "name": "update_user", "type": "varchar", "length": 60, @@ -2336,33 +2350,19 @@
The user or proxy account that created or last updated the record.<\/p>" }, - { - "tableName": "email_log", - "tableFileName": "email_log", - "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>email_log_id", - "type": "serial", - "length": 10, - "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.email_log_id_seq'::regclass)", - "comments": "
Incremental id generated for a submission email log.<\/p>" - }, { "tableName": "submission_type_code", "tableFileName": "submission_type_code", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, + "name": "description", + "type": "varchar", + "length": 100, "nullable": "", "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "
The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "null", + "comments": "
The description of the code value.<\/p>" } ]; var config = { diff --git a/schema/nrfc/index.html b/schema/nrfc/index.html index d42b3341b6..741db66304 100644 --- a/schema/nrfc/index.html +++ b/schema/nrfc/index.html @@ -78,7 +78,7 @@
Generated on Thu Oct 03 22:39 GMT 2024
+Generated on Fri Oct 04 17:03 GMT 2024