2017-10-16 07:32:58 +00:00
|
|
|
// Generated by Gosora's Query Generator. DO NOT EDIT.
|
|
|
|
package main
|
|
|
|
|
|
|
|
var dbTablePrimaryKeys = map[string]string{
|
2017-10-30 09:57:08 +00:00
|
|
|
"replies":"rid",
|
2018-02-10 15:07:21 +00:00
|
|
|
"revisions":"reviseID",
|
2017-10-16 07:32:58 +00:00
|
|
|
"users_replies":"rid",
|
2017-10-21 00:27:47 +00:00
|
|
|
"activity_stream":"asid",
|
2018-02-10 15:07:21 +00:00
|
|
|
"word_filters":"wfid",
|
|
|
|
"users_groups":"gid",
|
2017-10-30 09:57:08 +00:00
|
|
|
"topics":"tid",
|
2018-02-10 15:07:21 +00:00
|
|
|
"forums":"fid",
|
2018-01-25 04:57:33 +00:00
|
|
|
"attachments":"attachID",
|
|
|
|
"polls":"pollID",
|
2018-02-10 15:07:21 +00:00
|
|
|
"users":"uid",
|
|
|
|
"users_groups_scheduler":"uid",
|
2017-10-16 07:32:58 +00:00
|
|
|
}
|