mermaid: update
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user