I need assistance

I have database with more than 50 table

most of their column are not in a good naming conversion for example

Table name : course has primary column named courseID

The result to a problem that every time I save data nothing happen but when I change column name to course_id Then it work

Kindly assist me no how to work with column name like “courseID”

1 Like

I have removed

‘attributes’ => [PDO::ATTR_CASE => PDO::CASE_LOWER],

And it work

1 Like