gosora/gen_tables.go

18 lines
385 B
Go

// Generated by Gosora's Query Generator. DO NOT EDIT.
package main
var dbTablePrimaryKeys = map[string]string{
"replies":"rid",
"revisions":"reviseID",
"users_replies":"rid",
"activity_stream":"asid",
"word_filters":"wfid",
"users_groups":"gid",
"topics":"tid",
"forums":"fid",
"attachments":"attachID",
"polls":"pollID",
"users":"uid",
"users_groups_scheduler":"uid",
}