Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link

Description

@wisedf
Issue body actions

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

Reactions are currently unavailable

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.