Skip to content

'A PostgreSQL type with the name document_signature_method was not found in the database' when update collumn TypeName = "jsonb"  #812

Open
@wisedf

Description

@wisedf

1. Description

When we try to update any column in Postgresql when TypeName = jsonb

DocumentSignatureMethod is type Enum

image
image

2. Exception

'A PostgreSQL type with the name document_signature_method was not found in the database'

3. Table DDL

CREATE TABLE public.documents (
id uuid NOT NULL,
signed_at timestamp NULL,
status int2 NOT NULL,
pending_signature_methods jsonb DEFAULT '[]'::jsonb NOT NULL,
CONSTRAINT documents_pk PRIMARY KEY (id)
);

Postgresql 15;
Assembly Z.EntityFramework.Plus.EFCore, Version=6.103.6.0

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions