Folders
This commit is contained in:
parent
c1191e0815
commit
c77b53dfca
|
|
@ -13,7 +13,7 @@ class CreateWishlistFolderTable extends Migration
|
|||
*/
|
||||
public function up()
|
||||
{
|
||||
Schema::table('wishlist_folder', function (Blueprint $table) {
|
||||
Schema::create('wishlist_folder', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->integer('customer_id')->unsigned();
|
||||
$table->foreign('customer_id')->references('id')->on('customers');
|
||||
|
|
|
|||
Loading…
Reference in New Issue