Skip to content

Commit

Permalink
Add example data
Browse files Browse the repository at this point in the history
  • Loading branch information
bayucandra committed Nov 14, 2019
1 parent ba09918 commit 754db2f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,13 @@ Following is steps to seed the database:
- 001.001_table_user_group.csv
- 002.001_table_user_permission.csv
- 003.001_table_user.csv
- Exported CSV must still contain fields/columns name at first row
- CSV data rules:
- Exported CSV must still contain fields/columns name at first row
- Null values must be exported as `null` not in quote or empty quote

CSV Example:

```
"uid","email","""password""","name","role_id","group_id","is_active","is_approved","created_at"
"1","[email protected]","","BOT",null,null,"true","true","2019-07-30 19:00:15"
```

0 comments on commit 754db2f

Please sign in to comment.