UNPKG

venmjs

Version:

This is a tool 🔧 that can be installed in your terminal at any time ⛏️ it was made for beginners and even for experts, for his utilities, and for a simple creation process 🧨. Every web developer knows how frustrating is to deal with the creation of a ne

8 lines (6 loc) 149 B
export default (sequelize, DataTypes) => { const User = sequelize.define('user', { username: DataTypes.STRING, }) return User }