Skip to content

Commit

Permalink
Amend table DDL to skip fields removed in the fall 2022 version.
Browse files Browse the repository at this point in the history
Removes APPLN_NR_EPODOC and EVENT_IMPACT fields from 201 and 803
respectively.
  • Loading branch information
Ianvdl committed Nov 30, 2022
1 parent 57f67b8 commit bb76df0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions create_patstat_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CREATE TABLE tls201_appln (
appln_kind char(2) DEFAULT '' NOT NULL,
appln_filing_date date DEFAULT '9999-12-31' NOT NULL,
appln_filing_year smallint DEFAULT '9999' NOT NULL,
appln_nr_epodoc varchar(20) DEFAULT '' NOT NULL,
appln_nr_original varchar(100) DEFAULT '' NOT NULL,
ipr_type char(2) DEFAULT '' NOT NULL,
receiving_office char(2) DEFAULT '' NOT NULL,
Expand Down Expand Up @@ -292,7 +291,6 @@ CREATE TABLE tls801_country (
CREATE TABLE tls803_legal_event_code (
event_auth char(2) DEFAULT '' NOT NULL,
event_code varchar(4) DEFAULT '' NOT NULL,
event_impact char(1) DEFAULT '',
event_descr varchar(250) DEFAULT '',
event_descr_orig varchar(250) DEFAULT '',
event_category_code char(1) DEFAULT '',
Expand Down

0 comments on commit bb76df0

Please sign in to comment.