We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da520a6 commit bb7ffacCopy full SHA for bb7ffac
tests/orm/test_fields/fields_Group.yml
@@ -2,7 +2,7 @@ description: QbStrField('description', dtype=str, is_attribute=False)
2
extras: QbDictField('extras', dtype=Dict[str, Any], is_attribute=False, is_subscriptable=True)
3
label: QbStrField('label', dtype=str, is_attribute=False)
4
pk: QbNumericField('pk', dtype=int, is_attribute=False)
5
-time: QbStrField('time', dtype=str, is_attribute=False)
+ctime: QbStrField('ctime', dtype=str, is_attribute=False)
6
type_string: QbStrField('type_string', dtype=str, is_attribute=False)
7
user_pk: QbNumericField('user_pk', dtype=int, is_attribute=False)
8
uuid: QbStrField('uuid', dtype=str, is_attribute=False)
0 commit comments