PATH:
home
/
lab2454c
/
aficb.com
/
database
/
migrations
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateExploresTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('explores', function (Blueprint $table) { $table->id(); $table->string('name', 200); $table->string('image'); $table->string('link')->nullable(); $table->enum('status', ['active', 'inactive'])->default('active'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('explores'); } }
[-] 2022_01_11_141106_create_contact_details_table.php
[edit]
[-] 2017_08_11_074006_create_menu_items_wp_table.php
[edit]
[-] 2021_12_23_121528_create_career_contents_table.php
[edit]
[-] 2022_02_21_093743_create_commodity_trader_contents_table.php
[edit]
[+]
..
[-] 2022_02_21_060029_create_miner_pages_table.php
[edit]
[-] 2022_02_21_105354_create_commodity_trader_contacts_table.php
[edit]
[-] 2021_12_22_063139_create_admin_users_table.php
[edit]
[-] 2022_01_13_111409_create_testimonials_table.php
[edit]
[-] 2022_01_13_000002_create_failed_jobs_table.php
[edit]
[-] 2021_12_22_188740_create_pages_table.php
[edit]
[-] 2022_01_12_141544_create_job_applications_table.php
[edit]
[-] 2021_12_23_121727_create_event_contents_table.php
[edit]
[-] 2021_12_22_138750_create_home_banners_table.php
[edit]
[-] 2021_12_23_144147_create_events_table.php
[edit]
[+]
later_use
[-] 2022_01_13_151555_create_services_table.php
[edit]
[-] 2022_02_21_130931_create_trader_banner_links_table.php
[edit]
[-] 2022_02_21_114754_create_miner_banner_links_table.php
[edit]
[-] 2021_12_22_158760_create_social_links_table.php
[edit]
[-] 2022_01_12_115558_create_request_demos_table.php
[edit]
[-] 2022_01_13_000000_create_users_table.php
[edit]
[-] 2017_08_11_073824_create_menus_wp_table.php
[edit]
[-] 2021_12_22_168259_create_categories_table.php
[edit]
[-] 2021_12_23_150617_create_leaderships_table.php
[edit]
[-] 2022_02_23_084250_create_galleries_table.php
[edit]
[-] 2022_02_21_100920_create_commodity_trader_pages_table.php
[edit]
[-] 2021_12_23_075128_create_careers_table.php
[edit]
[-] 2022_01_13_155557_create_home_titles_table.php
[edit]
[-] 2022_01_11_141315_create_subscriptions_table.php
[edit]
[-] 2022_01_13_135802_create_explores_table.php
[edit]
[-] 2021_12_22_148780_create_faqs_table.php
[edit]
[-] 2022_02_18_145849_create_miner_contents_table.php
[edit]
[-] 2022_02_21_083117_create_miner_contacts_table.php
[edit]
[-] 2022_01_13_122940_create_featured_products_table.php
[edit]
[-] 2022_01_13_000001_create_password_resets_table.php
[edit]
[-] 2021_12_22_125029_create_site_settings_table.php
[edit]