Я не могу добавить поле, которого нет в моей базе данных
Я попытался добавить
$this->crud->addFields([
[
'name' => 'coupon_type',
'label' => 'Coupon For',
'type' => 'select_from_array',
'options' => [
// Options
],
'allows_null' => true,
'default' => 1,
'attributes' => [
'id' => 'coupon_type'
]
]
]);
Я хочу добавить поля на своей странице создания.