Skip to content

Commit e2b618c

Browse files
committed
Simplifying OrientDB integration data
1 parent 810f8d4 commit e2b618c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create vertex Animal set alias = ['unused'], birthday = DATE("2010-07-19 00:00:00"), color = 'brown', name = 'Animal 1', net_worth = Decimal('100.0'), uuid = 'cfc6e625-8594-0927-468f-f53d864a7a50'
2-
create vertex Animal set alias = ['unused'], birthday = DATE("2010-07-19 00:00:00"), color = 'brown', name = 'Animal 2', net_worth = Decimal('100.0'), uuid = 'cfc6e625-8594-0927-468f-f53d864a7a51'
3-
create vertex Animal set alias = ['unused'], birthday = DATE("2018-05-19 00:00:00"), color = 'brown', name = 'Animal 3', net_worth = Decimal('100.0'), uuid = 'cfc6e625-8594-0927-468f-f53d864a7a52'
4-
create vertex Animal set alias = ['unused'], birthday = DATE("2018-07-19 00:00:00"), color = 'brown', name = 'Animal 4', net_worth = Decimal('100.0'), uuid = 'cfc6e625-8594-0927-468f-f53d864a7a53'
1+
create vertex Animal set name = 'Animal 1', uuid = 'cfc6e625-8594-0927-468f-f53d864a7a50'
2+
create vertex Animal set name = 'Animal 2', uuid = 'cfc6e625-8594-0927-468f-f53d864a7a51'
3+
create vertex Animal set name = 'Animal 3', uuid = 'cfc6e625-8594-0927-468f-f53d864a7a52'
4+
create vertex Animal set name = 'Animal 4', uuid = 'cfc6e625-8594-0927-468f-f53d864a7a53'

0 commit comments

Comments
 (0)