Вход Регистрация
Файл: database/migrations/2018_05_04_160542_update_chat_character.php
Строк: 20
<?php

use IlluminateSupportFacadesSchema;
use 
IlluminateDatabaseSchemaBlueprint;
use 
IlluminateDatabaseMigrationsMigration;

class 
UpdateChatCharacter extends Migration
{
    
/**
     * Run the migrations.
     *
     * @return void
     */
    
public function up()
    {
        
DB::unprepared('ALTER TABLE `chat` CONVERT TO CHARACTER SET utf8mb4');
    }

    
/**
     * Reverse the migrations.
     *
     * @return void
     */
    
public function down()
    {
        
//
    
}
}
Онлайн: 0
Реклама