diff --git a/components/modal/createModelData.vue b/components/modal/createModelData.vue
index 93f601e..b82f7f9 100644
--- a/components/modal/createModelData.vue
+++ b/components/modal/createModelData.vue
@@ -22,6 +22,7 @@
max: undefined,
min: undefined,
name: sch.name,
+ range: undefined,
type: sch.type,
option: '',
immutable: sch.name === 'id'
@@ -47,7 +48,7 @@
// float: 'Float',
number: 'Number',
string: 'String',
- // timestamp: 'Timestamp',
+ timestamp: 'Timestamp',
uuid: 'UUID'
};
@@ -103,7 +104,7 @@
/>
-
+
+
+
+