KNTA_NOTIF_TXN_BOT_SCHEDULE

This table stores the schedule information of chatbot notification, such as the next time to send a chatbot notification.

Foreign keys

This table has no foreign keys.

Back to top

Column descriptions

Column Name Null? Data Type Description
NOTIF_TXN_PARENT_ID NOT NULL NUMBER The primary key ID of table KNTA_NOTIF_TXN_PARENTS
NEXT_SEND_TIME NOT NULL DATE The next time to send scheduled chatbot notification.

Back to top

Indexes

Index Name Index Type Sequence Column Name
KNTA_NOTIF_TXN_BOT_SCHEDULE_N1 NORMAL   NOTIF_TXN_PARENT_ID

Back to top

Sequences

This table has no sequences.

Back to top