andela/team-odd-bn-backend

View on GitHub
src/database/migrations/20191203093414-create-accomodation-images.js

Summary

Maintainability
A
1 hr
Test Coverage

Function up has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  up: (queryInterface, Sequelize) => {
    return queryInterface.createTable('accommodationImages', {
      id: {
        allowNull: false,
        autoIncrement: true,

    There are no issues that match your filters.

    Category
    Status