-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Description
- Laravel Version: 11.#.#
- PHP Version:8.3
- Laravel-admin: #.#.#
Description:
fix ResourceGenerator.php :
use Illuminate\Support\Facades\Schema;
protected function getTableColumns()
{
$table = $this->model->getConnection()->getTablePrefix().$this->model->getTable();
return Schema::getColumns($table);
}
$name = $column['name'];
$type = $column['type_name'];
$default = $column['default'];
Steps To Reproduce:
dev-acharya
Metadata
Metadata
Assignees
Labels
No labels