Ignore:
Timestamp:
10/18/21 19:54:18 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
b9c4a92
Parents:
bd9e8e3
Message:

added pagination, is_important

File:
1 edited

Legend:

Unmodified
Added
Removed
  • database/migrations/2021_10_06_103305_create_documents_table.php

    rbd9e8e3 re6c1f87  
    1919            $table->string("name");
    2020            $table->text("description");
    21             $table->boolean("is_active")->default(false);
    2221            $table->integer("user_id")->unsigned();
    2322            $table->integer("department_id")->unsigned();
     23            $table->boolean("is_important")->default(true);
    2424            $table->timestamps();
    2525
Note: See TracChangeset for help on using the changeset viewer.