����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.142.201.222 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/./gle.gltechlimited.com/database/seeders/ |
Upload File : |
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; class AppUiShortingsTableSeeder extends Seeder { /** * Auto generated seed file * * @return void */ public function run() { \DB::table('app_ui_shortings')->delete(); \DB::table('app_ui_shortings')->insert(array ( 0 => array ( 'id' => 1, 'name' => 'genre', 'is_active' => 1, 'position' => 1, 'created_at' => NULL, 'updated_at' => '2022-03-22 12:32:10', ), 1 => array ( 'id' => 2, 'name' => 'artist', 'is_active' => 1, 'position' => 2, 'created_at' => NULL, 'updated_at' => NULL, ), 2 => array ( 'id' => 3, 'name' => 'trending', 'is_active' => 1, 'position' => 5, 'created_at' => NULL, 'updated_at' => NULL, ), 3 => array ( 'id' => 4, 'name' => 'movies', 'is_active' => 1, 'position' => 3, 'created_at' => NULL, 'updated_at' => '2022-03-19 17:14:16', ), 4 => array ( 'id' => 5, 'name' => 'tv_series', 'is_active' => 1, 'position' => 4, 'created_at' => NULL, 'updated_at' => NULL, ), 5 => array ( 'id' => 6, 'name' => 'coming_soon', 'is_active' => 1, 'position' => 6, 'created_at' => NULL, 'updated_at' => NULL, ), 6 => array ( 'id' => 7, 'name' => 'blog', 'is_active' => 1, 'position' => 7, 'created_at' => NULL, 'updated_at' => '2022-03-21 11:43:54', ), 7 => array ( 'id' => 8, 'name' => 'live', 'is_active' => 1, 'position' => 8, 'created_at' => NULL, 'updated_at' => '2022-03-21 10:54:40', ), 8 => array ( 'id' => 9, 'name' => 'audio', 'is_active' => 1, 'position' => 9, 'created_at' => NULL, 'updated_at' => '2022-03-21 10:54:40', ), )); } }