From 76d77c6ee22ff3406bb32892a138ee8c868d50b3 Mon Sep 17 00:00:00 2001 From: medina5 Date: Fri, 7 Nov 2025 14:41:11 +0100 Subject: [PATCH] creation_date --- banque.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/banque.md b/banque.md index 9513019..05264b9 100644 --- a/banque.md +++ b/banque.md @@ -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 }