Skip to content

Commit 50f0c5e

Browse files
committed
migration problem
1 parent 72f8c25 commit 50f0c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/migrations/2013_10_05_091611_create_projects_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function up()
1818
$table->increments('id');
1919
$table->integer('category_id')->unsigned();
2020
$table->date('date');
21-
$table->date('website');
21+
$table->string('website')->nullable();
2222
$table->string('image')->nullable();
2323

2424
$table->timestamps();

0 commit comments

Comments
 (0)