Skip to content

Commit

Permalink
ddl 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Jan 17, 2022
1 parent b2b0b93 commit c2a8420
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Blueprint/Create/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ public function addColumn(Column $column):Table
return $this;
}

public function getColumns():array
{
return $this->columns;
}

/**
* 整数 int
* @param string $name 字段名称
Expand Down

0 comments on commit c2a8420

Please sign in to comment.