I found that gohan creates db table name from schema.id + 's' instead of using schema.plural. https://github.com/cloudwan/gohan/blob/master/schema/schema.go#L315 This doesn't affect user, but confuses developer/operator.