server/test/data-migractions/cubes/fakecustomtype/schema.py
changeset 11006 096adb786873
parent 10999 adc46197b8c9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/server/test/data-migractions/cubes/fakecustomtype/schema.py	Wed Dec 09 17:44:18 2015 +0100
@@ -0,0 +1,7 @@
+
+from yams.buildobjs import EntityType, make_type
+
+Numeric = make_type('Numeric')
+
+class Location(EntityType):
+    num = Numeric(scale=10, precision=18)