cubicweb/server/test/data-migractions/cubes/fakecustomtype/schema.py
changeset 12545 be36811f0d08
parent 12544 56e1132f19c3
child 12546 465ee7fb16e3
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)