(namer schema.Namer)
| 68 | } |
| 69 | |
| 70 | func (*EntityValues) TableName(namer schema.Namer) string { |
| 71 | return namer.TableName("meta_entity_values") |
| 72 | } |
| 73 | |
| 74 | type MetaValuesRel struct { |
| 75 | MetaUUID string `gorm:"primaryKey;column:meta_uuid;type:varchar(255);notNull;index:idx_meta_evalue,composite:meta_evalue"` |