" event_type_id BIGINT NOT NULL REFERENCES tsk_event_types(event_type_id) ,"
" event_type_id BIGINT NOT NULL REFERENCES tsk_event_types(event_type_id) ,"
" event_description_id BIGINT NOT NULL REFERENCES tsk_event_descriptions(event_description_id) ,"
" event_description_id BIGINT NOT NULL REFERENCES tsk_event_descriptions(event_description_id) ,"
" time INTEGER NOT NULL) "
" time INTEGER NOT NULL) "
,"Error creating tsk_events table: %s\n")
,"Error creating tsk_events table: %s\n")
||
||
attempt_exec
attempt_exec
("CREATE TABLE tsk_examiners (examiner_id BIGSERIAL PRIMARY KEY, login_name TEXT NOT NULL, display_name TEXT, UNIQUE(login_name))",
("CREATE TABLE tsk_examiners (examiner_id BIGSERIAL PRIMARY KEY, login_name TEXT NOT NULL, display_name TEXT, UNIQUE(login_name))",
"Error creating tsk_examiners table: %s\n")
"Error creating tsk_examiners table: %s\n")
||
||
attempt_exec
attempt_exec
("CREATE TABLE content_tags (tag_id BIGSERIAL PRIMARY KEY, obj_id BIGINT NOT NULL, tag_name_id BIGINT NOT NULL, comment TEXT NOT NULL, begin_byte_offset BIGINT NOT NULL, end_byte_offset BIGINT NOT NULL, examiner_id BIGINT, "
("CREATE TABLE content_tags (tag_id BIGSERIAL PRIMARY KEY, obj_id BIGINT NOT NULL, tag_name_id BIGINT NOT NULL, comment TEXT NOT NULL, begin_byte_offset BIGINT NOT NULL, end_byte_offset BIGINT NOT NULL, examiner_id BIGINT, "