mermaid: update

This commit is contained in:
2025-11-06 06:51:21 +01:00
parent af35478749
commit d21e07f5ad
2 changed files with 64 additions and 5 deletions

View File

@@ -98,7 +98,6 @@ create table account (
id bigint primary key generated always as identity,
number text unique not null,
opened_at date not null default current_date,
closed_at date,
balance numeric(18,6) not null default 0 check (balance >= 0)
);