entities/test/data/schema.py
branchstable
changeset 9432 030745ac9873
parent 5424 8ecbcbff9777
child 9751 cf249a0015fa
--- a/entities/test/data/schema.py	Sat Dec 14 14:29:37 2013 +0100
+++ b/entities/test/data/schema.py	Mon Jan 13 15:17:11 2014 +0100
@@ -24,6 +24,7 @@
 
 class Company(EntityType):
     name = String()
+    description = RichString()
 
 class Division(Company):
     __specializes_schema__ = True