blob: f9a3abe289d1ce01a518380042eb4e7be76784d0 [file] [log] [blame]
message TenantAttribute (PlCoreBase){
required string name = 1 [help_text = "Attribute Name", max_length = 128, null = False, db_index = False, blank = False];
required string value = 2 [help_text = "Attribute Value", null = False, db_index = False, blank = False];
required manytoone tenant->Tenant:tenantattributes = 3 [help_text = "The Tenant this attribute is associated with", null = False, db_index = True, blank = False];
}