```
add billing address seed data and update user seed scripts with teacher and student roles ```
This commit is contained in:
@@ -10,6 +10,10 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
getId: (id) => id.padStart(15, 0),
|
||||
randomId: (max) =>
|
||||
Math.floor(Math.random() * max)
|
||||
.toString()
|
||||
.padStart(15, 0),
|
||||
|
||||
dirtyTruncateTable: (COLLECTION_NAME) => {
|
||||
console.log(`perform dirty method to truncate table "${COLLECTION_NAME}"`);
|
||||
|
Reference in New Issue
Block a user