wrong schema
This commit is contained in:
@@ -13,7 +13,7 @@ return new class extends Migration
|
|||||||
*/
|
*/
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
Schema::table('shortlinks', function (Blueprint $table) {
|
Schema::create('shortlinks', function (Blueprint $table) {
|
||||||
$table->id();
|
$table->id();
|
||||||
$table->string('code', 4)->unique();
|
$table->string('code', 4)->unique();
|
||||||
$table->string('url');
|
$table->string('url');
|
||||||
|
|||||||
Reference in New Issue
Block a user