creation_date
This commit is contained in:
@@ -61,7 +61,7 @@ erDiagram
|
|||||||
|
|
||||||
holder {
|
holder {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
date creation_date
|
timestamp creation_date
|
||||||
text type
|
text type
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@ erDiagram
|
|||||||
|
|
||||||
holder {
|
holder {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
date creation_date
|
timestamp creation_date
|
||||||
text type
|
text type
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -148,7 +148,7 @@ erDiagram
|
|||||||
|
|
||||||
holder {
|
holder {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
date creation_date
|
timestamp creation_date
|
||||||
text type
|
text type
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -335,11 +335,12 @@ erDiagram
|
|||||||
|
|
||||||
bank {
|
bank {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
|
text name
|
||||||
}
|
}
|
||||||
|
|
||||||
holder {
|
holder {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
date creation_date
|
timestamp creation_date
|
||||||
text type
|
text type
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user