Actions
Activity #2306
closedFeature #1768: Software Design
Feature #3754: Design and development for oracle based Data storage and management system
Module #3755: Design of database tables
Module #1958: DB configuration
Activity #2226: Setup database with tables
Add column with JSON type
Start date:
03/04/2024
Due date:
03/04/2024
% Done:
100%
Estimated time:
Planned Due Date:
Description
modify for percentle_value
ALTER TABLE DATA_STRUCT_STORE_PARAMS
ADD( TEST_COL CLOB
CONSTRAINT TEST_COL_JSON CHECK (TEST_COL IS JSON ));
Actions