reduce softwarestaement to 4000, the maximum length for a varchar2.

pull/1486/head
jdyer1 2019-05-15 14:14:56 -05:00
parent 1eae28228b
commit 42baba3cff
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ CREATE TABLE client_details (
initiate_login_uri VARCHAR2(2048),
clear_access_tokens_on_refresh NUMBER(1) DEFAULT 1 NOT NULL,
software_statement VARCHAR2(4096),
software_statement VARCHAR2(4000),
software_id VARCHAR2(2048),
software_version VARCHAR2(2048),