Loading 06-uws.sql +3 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ CREATE TABLE job ( end_time timestamp, creation_time timestamp default CURRENT_TIMESTAMP, job_info jsonb, processed_blocks int default null, total_blocks int default null, results jsonb, error_message varchar, error_type ErrorType, Loading Loading
06-uws.sql +3 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ CREATE TABLE job ( end_time timestamp, creation_time timestamp default CURRENT_TIMESTAMP, job_info jsonb, processed_blocks int default null, total_blocks int default null, results jsonb, error_message varchar, error_type ErrorType, Loading