package model type SensitiveWords struct { ID int `orm:"column(id)" json:"id"` Words string `orm:"size(30);column(words);unique" json:"words"` }