Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Multiple Rows Not Inserting #40

@genezablan

Description

@genezablan

var dataSpec = { users : [
{
id: 1,
email : "test@norbit.com.au",
register_email : "test@norbit.com.au",
pass : "ef797c8118f02dfb649607dd5d3f8c7623048c9c063d532cc95c5ed7a898a64f",
type : "customer"
},
{
id: 4,
username : "admin_gene",
pass : "ef797c8118f02dfb649607dd5d3f8c7623048c9c063d532cc95c5ed7a898a64f",
type : "superAdmin"
}
]
}

let options = {
    		unique: true,
    		showWarning: false
    	}

        sqlFixtures.create(dbConfig, dataSpec, options, (err, result) => {
    
        })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions