mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix rss sticky
This commit is contained in:
@@ -17,7 +17,7 @@ class CreateLinksTable extends Migration
|
||||
return;
|
||||
}
|
||||
Schema::create('links', function (Blueprint $table) {
|
||||
$table->tinyIncrements('id');
|
||||
$table->increments('id');
|
||||
$table->string('name', 30)->default('');
|
||||
$table->string('url')->default('');
|
||||
$table->string('title', 50)->default('');
|
||||
|
||||
Reference in New Issue
Block a user