modify
This commit is contained in:
@@ -1060,7 +1060,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
|
|||||||
{
|
{
|
||||||
return static::getDb()->getSchema()
|
return static::getDb()->getSchema()
|
||||||
->getColumns()
|
->getColumns()
|
||||||
->table('`' . static::getDbName() . '`.' . static::getTable());
|
->table(static::getTable());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user