#156 restructured database

state: closed opened by: elis47 on: 5/30/2017

This change is Reviewable

Comments


from: adrianharabula on: 5/30/2017

Reviewed 17 of 18 files at r1. Review status: 14 of 15 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed.


app/database/migrations/2017_05_07_000028_create_votes_table.php, line 16 at r1 (raw file):

        Schema::create('votes', function (Blueprint $table) {
            $table->increments('id');
            $table->integer('value');

that's much better column name!


app/database/migrations/2017_05_07_000030_create_characteristics_table.php, line 21 at r1 (raw file):

            $table->string('values');
            $table->integer('category_id')->unsigned()->nullable();
            $table->foreign('category_id')->references('id')->on('categories');

fie cum zici tu :))


Comments from Reviewable


from: adrianharabula on: 5/31/2017

fixed conflicts!!!!!!

results matching ""

    No results matching ""