bolbhav_banners

This table contains the list of banners that are displayed on the Home Screen on the Android App.

Model

FieldTypeNullable

id

int4

no

image_url

text

no

banner_title

text

no

is_active

boolean

no

link

varchar

yes

created_at

timestamp

no

updated_at

timestamp

no

Description of fields

id

This is the primary key

image_url

This is the banner url that can be used to display in Home Screen.

The title of the banner

is_active

The status the banner is active or not.

This is the deeplink when user clicks ,user will be redirected to specific screen.

created_at

Timestamp when the entry was created.

updated_at

Timestamp when the entry was last updated.

Last updated