Skip to content

Instantly share code, notes, and snippets.

View rashthedude's full-sized avatar
🎯
Focusing

Rashid Omar rashthedude

🎯
Focusing
  • Homebrew Computer Club
  • London, UK
View GitHub Profile
var Service = sequelize.define('Service', {
msisdn: {type: Sequelize.INTEGER},
service: {type: Sequelize.STRING},
correlationid: {type: Sequelize.STRING},
supervision: {type: Sequelize.STRING},
brand: {type: Sequelize.STRING}
});
var ChargeDetails = sequelize.define('ChargeDetails', {});