isColumnAutoIncremental() protected method
Checks if any of the specified columns is auto incremental.
| protected boolean isColumnAutoIncremental ( $table, $columns ) | ||
|---|---|---|
| $table | yii\db\TableSchema |
The table schema |
| $columns | array |
Columns to check for autoIncrement property |
| return | boolean |
Whether any of the specified columns is auto incremental. |
Please login to continue.