mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
7 lines
279 B
Plaintext
7 lines
279 B
Plaintext
#define SQLITE_TABLE_FEEDBACK "feedback"
|
|
|
|
#define SQLITE_FEEDBACK_COLUMN_ID "id"
|
|
#define SQLITE_FEEDBACK_COLUMN_AUTHOR "author"
|
|
#define SQLITE_FEEDBACK_COLUMN_TOPIC "topic"
|
|
#define SQLITE_FEEDBACK_COLUMN_CONTENT "content"
|
|
#define SQLITE_FEEDBACK_COLUMN_DATETIME "datetime" |