Skip to content

Relationships

Schema relationships
graph LR
    BankInfo -->|"employee"| Employees

Properties

idstring
required·

The unique identifier for bank info

account_numberstring

This represents the account number

account_typestring

This represents the account type

bank_namestring

This represents the bank name

created_atstring · date-time

This represents the date when the bank info was created

employeestring

This represents employee

References: Employees → id
remote_dataRecord<string, any>

Raw data returned from the remote API call.

updated_atstring · date-time

This represents the date when the bank info was updated