queryInterface.createTable( 'Posts', { title: { type: Sequelize.DataTypes.STRING(100), allowNull: false } } );