Remove commented-out timestamps on the saml_nonces table
This commit is contained in:
parent
b39b575fec
commit
d3815ddce7
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ class CreateSamlNonceTable extends Migration
|
||||||
$table->id();
|
$table->id();
|
||||||
$table->string('nonce')->index();
|
$table->string('nonce')->index();
|
||||||
$table->datetime('not_valid_after')->index();
|
$table->datetime('not_valid_after')->index();
|
||||||
//$table->timestamps();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue