1 2 3 4 5 6
-- Add migration script here create table evaluation ( id uuid primary key, document jsonb not null, created_at timestamptz default now() );