Skip to content

Commit

Permalink
rem cols
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Oct 18, 2023
1 parent d98a8ed commit 85159f1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions etc/create_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ CREATE TABLE `MESSAGE` (
`SOURCE_AGENT` char(32) DEFAULT NULL,
`DESTINATION_NODE` varchar(255) DEFAULT NULL,
`DESTINATION_AGENT` char(32) DEFAULT NULL,
`REMARKS` json DEFAULT NULL,
`CASE_ID` varchar(63) DEFAULT NULL,
`ACTIVITY_NAME` varchar(255) DEFAULT NULL,
`RESOURCE` varchar(255) DEFAULT NULL,
`RESOURCE_TYPE` varchar(255) DEFAULT NULL,
`LIFECYCLE_PHASE` varchar(32) DEFAULT NULL,
`TIME_OF_EVENT` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`REMARKS` json DEFAULT NULL,
PRIMARY KEY (`ID`)
);

Expand Down

0 comments on commit 85159f1

Please sign in to comment.