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.
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. |
Indexes
Index Name | Index Type | Sequence | Column Name |
---|---|---|---|
KNTA_NOTIF_TXN_BOT_SCHEDULE_N1 | NORMAL | NOTIF_TXN_PARENT_ID |
Sequences
This table has no sequences.