cubicweb/server/test/data-migractions/cubicweb_fakecustomtype/schema.py
changeset 12545 be36811f0d08
parent 11057 0b59724cb3f2
child 12841 fceae84a22dd
equal deleted inserted replaced
12544:56e1132f19c3 12545:be36811f0d08
       
     1 
       
     2 from yams.buildobjs import EntityType, make_type
       
     3 
       
     4 Numeric = make_type('Numeric')
       
     5 
       
     6 class Location(EntityType):
       
     7     num = Numeric(scale=10, precision=18)