|
|
@ -8,6 +8,7 @@ |
|
|
|
namespace yii\db; |
|
|
|
namespace yii\db; |
|
|
|
|
|
|
|
|
|
|
|
use Yii; |
|
|
|
use Yii; |
|
|
|
|
|
|
|
use yii\base\Object; |
|
|
|
use yii\base\NotSupportedException; |
|
|
|
use yii\base\NotSupportedException; |
|
|
|
use yii\base\InvalidCallException; |
|
|
|
use yii\base\InvalidCallException; |
|
|
|
use yii\caching\Cache; |
|
|
|
use yii\caching\Cache; |
|
|
@ -25,7 +26,7 @@ use yii\caching\GroupDependency; |
|
|
|
* @author Qiang Xue <qiang.xue@gmail.com> |
|
|
|
* @author Qiang Xue <qiang.xue@gmail.com> |
|
|
|
* @since 2.0 |
|
|
|
* @since 2.0 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
abstract class Schema extends \yii\base\Object |
|
|
|
abstract class Schema extends Object |
|
|
|
{ |
|
|
|
{ |
|
|
|
/** |
|
|
|
/** |
|
|
|
* The followings are the supported abstract column data types. |
|
|
|
* The followings are the supported abstract column data types. |
|
|
|