Table

prompt_versions

id bigserial PK
prompt_key varchar not null
version int not null
body text not null
created_at timestamptz not null
index prompt_key, version unique