gigiloouu
my filament resource when i enter value its not saving in db and have error
this is my error
` SQLSTATE[HY000]: General error: 1364 Field 'value' doesn't have a default value
INSERT INTO
translations (
alias,
updated_at,
created_at) VALUES (fafafafa, 2024-10-18 09:11:24, 2024-10-18 09:11:24)
f but im enter value this is my code ```5 replies
migration error
i create new migration to add cascadeondelete() but when i try to run migrations i have this error
SQLSTATE[42000]: Syntax error or access violation: 1091 Can't DROP 'purchases_company_id_foreign'; check that column/key exists (Connection: mysql, SQL: alter table
purchases drop foreign key
purchases_company_id_foreign)
35 replies