PATH:
home
/
lab2454c
/
westernclear.net
/
database
/
migrations
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('link_sections', function (Blueprint $table) { $table->id(); $table->string('icon'); $table->string('title', 100); $table->string('short_description', 250)->nullable(); $table->string('link', 200)->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('link_sections'); } };
[-] 2022_01_11_141106_create_contact_details_table.php
[edit]
[-] 2022_06_02_083559_create_goldstar_sections_table.php
[edit]
[-] 2017_08_11_074006_create_menu_items_wp_table.php
[edit]
[-] 2014_10_12_100000_create_password_resets_table.php
[edit]
[-] 2022_06_02_064640_create_link_sections_table.php
[edit]
[-] 2022_04_23_052454_create_users_table.php
[edit]
[-] 2019_08_19_000000_create_failed_jobs_table.php
[edit]
[+]
..
[-] 2022_06_02_113958_create_investment_sections_table.php
[edit]
[-] 2019_12_14_000001_create_personal_access_tokens_table.php
[edit]
[-] 2022_07_18_065918_create_invitation_codes_table.php
[edit]
[-] 2022_06_02_095941_create_unmatch_text_sections_table.php
[edit]
[-] 2022_06_02_114152_create_investment_text_sections_table.php
[edit]
[-] 2021_12_22_063139_create_admin_users_table.php
[edit]
[-] 2021_12_22_188740_create_pages_table.php
[edit]
[-] 2022_06_06_142605_create_form_texts_table.php
[edit]
[-] 2022_06_06_142337_create_forms_table.php
[edit]
[-] 2022_06_03_145453_create_education_categories_table.php
[edit]
[+]
laterUse
[-] 2022_06_02_131325_create_other_investment_sections_table.php
[edit]
[-] 2021_12_22_138750_create_home_banners_table.php
[edit]
[-] 2022_06_02_095610_create_unmatch_sections_table.php
[edit]
[-] 2022_06_06_105940_create_about_contents_table.php
[edit]
[-] 2022_06_02_051226_create_subscriptions_table.php
[edit]
[-] 2022_06_03_070332_create_faqs_table.php
[edit]
[-] 2022_06_06_111023_create_leaderships_table.php
[edit]
[-] 2021_12_22_158760_create_social_links_table.php
[edit]
[-] 2017_08_11_073824_create_menus_wp_table.php
[edit]
[-] 2022_02_23_084250_create_galleries_table.php
[edit]
[-] 2022_06_03_145702_create_education_questions_table.php
[edit]
[-] 2022_06_03_160055_create_education_texts_table.php
[edit]
[-] 2022_06_06_142335_create_form_categories_table.php
[edit]
[-] 2022_06_03_070247_create_faq_categories_table.php
[edit]
[-] 2021_12_22_125029_create_site_settings_table.php
[edit]