The cdws
schema is used for on-site citation and family functionality. It houses tables and functions that interact with the data-store, index, and attachment repositories through the web services. Several of the tables in the cdws
schema are described below. Note that if your initial load occurred before May 13, 2020, these tables will need to be added as described in Leveraging On-Site Citation and Family Functionality. tst
Table of Contents
Schema
cdws.t_applications
Column | Type | Modifiers | Comment |
---|---|---|---|
application_id | serial | primary key | Table primary key |
application_ucid | varchar(32) | not null | Concatenation of country-doc_number-kind based on application record |
filed | date | not null | Date of filing |
...