Hi guys, can anyone help me? I would like to insert a column into the database manually, but I don't know the code exactly, I had an extension conflict and had to delete a column to solve the problem, but now I need to return the column for the original extension to work
This is the code in the extension's php file, I don't know if it helps
This is the code in the extension's php file, I don't know if it helps
Code:
return ['add_columns'=> [$this->table_prefix . 'users'=> ['user_points'=> ['DECIMAL:14', 0.00],],
Statistics: Posted by eunaumtenhoid — Thu Jan 30, 2025 3:28 pm