gosora/gen_tables.go

16 lines
341 B
Go

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