cofre_providers
Table name: cofre_providers
Description: Table to store all Salt Edge providers available for Cofre's users
|
Field |
Type |
Description |
API |
|
ID |
Integer |
Sequential number of the registry in the table |
|
|
saltedge_provider_code |
String |
The code of the provider |
https://www.saltedge.com/api/v5/providers |
|
name |
String |
Given name |
|
|
saltedge_logo_url |
String |
Image to identify the provider |
https://www.saltedge.com/api/v5/providers |
|
status |
Integer |
Providers should be: 0 – Inactive (is not showed by the app) 1 – Active |
|
|
datainsert |
Timestamp |
Date and time when the registry was inserted in the table |
|
|
dataupdate |
Timestamp |
Date and time of the last update of the registry in the table |
|