Commit 9c55cc48 by miramir

Removing unnecessary methods

parent b6630078
......@@ -55,22 +55,6 @@ class Schema extends \yii\db\Schema
/**
* @inheritdoc
*/
public function quoteSimpleTableName($name)
{
return '"' . $name . '"';
}
/**
* @inheritdoc
*/
public function quoteSimpleColumnName($name)
{
return $name !== '*' ? '"' . $name . '"' : $name;
}
/**
* @inheritdoc
*/
public function createQueryBuilder()
{
return new QueryBuilder($this->db);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment