Skip to content

Commit

Permalink
add primary flag to int test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed Oct 29, 2024
1 parent 0986f8b commit 8a73e7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CREATE TABLE XXCCMS_USER_FIRMS_V (
PROVIDERFIRM_ID NUMBER(15),
PROVIDER_NAME VARCHAR2(360),
USER_END_DATE TIMESTAMP,
PRIMARY_FLAG VARCHAR2(1),
CONSTRAINT XXCCMS_USER_FIRMS_PK PRIMARY KEY (USER_LOGIN_ID, PROVIDERFIRM_ID)
);

Expand Down

0 comments on commit 8a73e7f

Please sign in to comment.