mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-12 20:21:19 +08:00
19 lines
350 B
PHP
19 lines
350 B
PHP
<?php
|
|
/**
|
|
* @link http://www.yiiframework.com/
|
|
* @copyright Copyright (c) 2008 Yii Software LLC
|
|
* @license http://www.yiiframework.com/license/
|
|
*
|
|
* @author Vasenin Matvey <vaseninm@gmail.com>
|
|
* @since 2.0.5
|
|
*/
|
|
|
|
namespace yii\db\mysql;
|
|
|
|
|
|
use yii\db\SchemaBuilder as AbstractSchemaBuilder;
|
|
|
|
class SchemaBuilder extends AbstractSchemaBuilder
|
|
{
|
|
|
|
} |