Skip to content

Instantly share code, notes, and snippets.

View wesleymilan's full-sized avatar

Wesley Milan wesleymilan

View GitHub Profile
/**
* loopback: create build-in models tables
*
* put migrate.js file in server folder
* run `node migrate.js`
* @type {[type]}
*/
var app = require('./server');
var dataSource = app.dataSources.db;