コード例 #1
0
func (m *M) CreateContactTable_1445047176_Up(hd *hood.Hood) {
	hd.CreateTable(&api.Contact{})
}
func (m *M) CreateTagsContactRelationTable_1445089666_Up(hd *hood.Hood) {
	hd.CreateTable(&api.TagContact{})
}
コード例 #3
0
func (m *M) CreateTagsTable_1445047167_Up(hd *hood.Hood) {
	hd.CreateTable(&api.Tag{})
}