This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* default */ | |
/* background */ | |
@default-background: #000000; | |
/* borders */ | |
@default-border: #202020; | |
/* text */ | |
@default-text-color: #FFFFFF; | |
/* text */ | |
@text-info-color: #CACACA; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Migrations\AbstractMigration; | |
use Migrations\Migrations; | |
class MigrateTest extends AbstractMigration | |
{ | |
public function up() | |
{ | |
$migrations = new Migrations([ | |
'connection' => 'default' |