We are planning to use SQLite as the database, and the data should be de-identification, we will receive data from KKTIX webhook and remove personal data.
Table Ticket
type: text, Enum("order_activated_paid", "order_cancelled")
order_id: text
ticket_id: text
event_slug: text
timestamp: int (unix time)
ticket_type: text
Table Event
slug: text, primary
name: text
kktix_webhook_uri: text
discord_webhook_uri: text
We are planning to use SQLite as the database, and the data should be de-identification, we will receive data from KKTIX webhook and remove personal data.
Table Ticket
type: text, Enum("order_activated_paid", "order_cancelled")
order_id: text
ticket_id: text
event_slug: text
timestamp: int (unix time)
ticket_type: text
Table Event
slug: text, primary
name: text
kktix_webhook_uri: textdiscord_webhook_uri: text