creation_date

This commit is contained in:
2025-11-07 14:41:11 +01:00
parent 245afbb382
commit 76d77c6ee2

View File

@@ -61,7 +61,7 @@ erDiagram
holder {
bigint id PK
date creation_date
timestamp creation_date
text type
}
@@ -99,7 +99,7 @@ erDiagram
holder {
bigint id PK
date creation_date
timestamp creation_date
text type
}
@@ -148,7 +148,7 @@ erDiagram
holder {
bigint id PK
date creation_date
timestamp creation_date
text type
}
@@ -335,11 +335,12 @@ erDiagram
bank {
bigint id PK
text name
}
holder {
bigint id PK
date creation_date
timestamp creation_date
text type
}