2017-10-16 07:32:58 +00:00
|
|
|
// Generated by Gosora's Query Generator. DO NOT EDIT.
|
|
|
|
package main
|
|
|
|
|
|
|
|
var dbTablePrimaryKeys = map[string]string{
|
2018-05-27 09:38:01 +00:00
|
|
|
"revisions":"reviseID",
|
2018-05-27 09:36:35 +00:00
|
|
|
"word_filters":"wfid",
|
2018-05-27 09:38:01 +00:00
|
|
|
"registration_logs":"rlid",
|
|
|
|
"users_groups":"gid",
|
|
|
|
"topics":"tid",
|
2018-05-27 09:36:35 +00:00
|
|
|
"polls":"pollID",
|
2018-05-11 05:41:51 +00:00
|
|
|
"users_replies":"rid",
|
|
|
|
"users":"uid",
|
2018-05-27 09:38:01 +00:00
|
|
|
"attachments":"attachID",
|
|
|
|
"activity_stream":"asid",
|
|
|
|
"users_groups_scheduler":"uid",
|
2018-02-10 15:07:21 +00:00
|
|
|
"forums":"fid",
|
2018-05-27 09:38:01 +00:00
|
|
|
"replies":"rid",
|
|
|
|
"menus":"mid",
|
|
|
|
"menu_items":"miid",
|
|
|
|
"pages":"pid",
|
2017-10-16 07:32:58 +00:00
|
|
|
}
|