Skip to content

Commit

Permalink
Support microtime
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej authored Dec 19, 2019
1 parent b227bdb commit b0d7b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/2018_02_08_002658_create_notables.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()

Schema::create($tableName, function (Blueprint $table) {
$table->bigIncrements('id');
$table->timestamps();
$table->timestamps(6);

$table->bigInteger('note_id')->unsigned();

Expand Down

0 comments on commit b0d7b6a

Please sign in to comment.