Colonnes de la table
9 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('bank_accounts_id_seq'::regclass)
|
🔒 |
|
name
|
character varying
|
NOT NULL | - | |
|
iban
|
character varying
|
NOT NULL | - | |
|
bic
|
character varying
|
NOT NULL | - | |
|
bank_name
|
character varying
|
NULL | - | |
|
is_default
|
boolean
|
NULL | - | |
|
enterprise_id
|
integer
|
NOT NULL | - | |
|
created_at
|
timestamp without time zone
|
NULL | - | |
|
updated_at
|
timestamp without time zone
|
NULL |
now()
|