github.com/scraniel/migrate@v0.0.0-20230320185700-339088f36cee/database/mongodb/examples/migrations/001_create_user.up.json (about) 1 [ 2 { 3 "createUser": "deminem", 4 "pwd": "gogo", 5 "roles": [ 6 { 7 "role": "readWrite", 8 "db": "testMigration" 9 } 10 ] 11 } 12 ]