mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
1def015bad
* end of file Fix * fix those lints too
8 lines
280 B
Plaintext
8 lines
280 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"
|