2019-04-08 10:22:38 +03:00
|
|
|
type: bulk
|
|
|
|
args:
|
|
|
|
|
|
|
|
#Insert Author table data
|
|
|
|
- type: insert
|
|
|
|
args:
|
|
|
|
table: author
|
|
|
|
objects:
|
|
|
|
- name: Author 1
|
|
|
|
- name: Author 2
|
2019-12-11 02:20:55 +03:00
|
|
|
- name: Author 3
|
|
|
|
info:
|
|
|
|
age: 23
|
|
|
|
location:
|
|
|
|
type: Point
|
|
|
|
coordinates:
|
|
|
|
- -118.4079
|
|
|
|
- 33.9434
|
2019-04-08 10:22:38 +03:00
|
|
|
|
|
|
|
#Insert aticle table data
|
|
|
|
- type: insert
|
|
|
|
args:
|
|
|
|
table: article
|
|
|
|
objects:
|
|
|
|
- content: Sample article content 1
|
|
|
|
title: Article 1
|
|
|
|
author_id: 1
|
|
|
|
- content: Sample article content 2
|
|
|
|
title: Article 2
|
|
|
|
author_id: 1
|
|
|
|
- content: Sample article content 3
|
|
|
|
author_id: 1
|
|
|
|
title: Article 3
|
|
|
|
- content: Sample article content 4
|
|
|
|
author_id: 2
|
|
|
|
title: Article 4
|
|
|
|
- content: Sample article content 5
|
|
|
|
author_id: 2
|
|
|
|
title: Article 5
|