Rickert
06/20/2022, 6:17 PMcreate table Answer(
answer_id uuid default gen_random_uuid() not null,
question_id uuid not null,
enricher_id uuid not null,
answer text not null,
answer_timestamp timestamp default NOW() not null
)Needle
06/20/2022, 6:17 PMRickert
06/20/2022, 6:18 PMNeedle
06/21/2022, 1:47 PM