改名
This commit is contained in:
@@ -305,7 +305,6 @@ class Columns extends Component
|
|||||||
private function structure($table): array|static
|
private function structure($table): array|static
|
||||||
{
|
{
|
||||||
if (!isset($this->columns[$table]) || empty($this->columns[$table])) {
|
if (!isset($this->columns[$table]) || empty($this->columns[$table])) {
|
||||||
var_dump(SqlBuilder::builder(null)->columns($table));
|
|
||||||
$column = $this->db->createCommand(SqlBuilder::builder(null)->columns($table))->all();
|
$column = $this->db->createCommand(SqlBuilder::builder(null)->columns($table))->all();
|
||||||
if (empty($column)) {
|
if (empty($column)) {
|
||||||
throw new Exception("The table " . $table . " not exists.");
|
throw new Exception("The table " . $table . " not exists.");
|
||||||
|
|||||||
Reference in New Issue
Block a user