Fix stories migration

pull/665/head
Daniel Supernault 6 years ago
parent a6b7898d98
commit 1236f902cf
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -14,7 +14,7 @@ class CreateStoriesTable extends Migration
public function up()
{
Schema::create('stories', function (Blueprint $table) {
$table->increments('bigIncrements');
$table->bigIncrements('id');
$table->bigInteger('profile_id')->unsigned();
$table->timestamp('published_at')->nullable();
$table->timestamp('expires_at')->nullable();

Loading…
Cancel
Save