needed
This commit is contained in:
@@ -5,7 +5,6 @@ namespace Database\Seeders\New;
|
||||
use Illuminate\Database\Seeder;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\File;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
class InventoriesTableSeeder extends Seeder
|
||||
{
|
||||
@@ -18,17 +17,17 @@ class InventoriesTableSeeder extends Seeder
|
||||
|
||||
// foreach ($datas as $data) {
|
||||
// DB::table($table)->insertOrIgnore([
|
||||
|
||||
// "id": 2,
|
||||
// "code": "maruf_5469008",
|
||||
// "name": "Maruf",
|
||||
// "address": "5858 Billie Plains Apt. 231\nDaxmouth, NH 94147-9694",
|
||||
// "phone": "99362440390",
|
||||
// "is_blocked": true,
|
||||
// "seller_id": 2,
|
||||
// "created_at": "2025-01-10 07:59:05",
|
||||
// "updated_at": "2025-01-10 07:59:05",
|
||||
// "is_main": false
|
||||
|
||||
// "id": 2,
|
||||
// "code": "maruf_5469008",
|
||||
// "name": "Maruf",
|
||||
// "address": "5858 Billie Plains Apt. 231\nDaxmouth, NH 94147-9694",
|
||||
// "phone": "99362440390",
|
||||
// "is_blocked": true,
|
||||
// "seller_id": 2,
|
||||
// "created_at": "2025-01-10 07:59:05",
|
||||
// "updated_at": "2025-01-10 07:59:05",
|
||||
// "is_main": false
|
||||
// ]);
|
||||
// }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user