Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1596

phpBB Custom Coding • insert a column into the database manually

$
0
0
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

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



Viewing all articles
Browse latest Browse all 1596

Trending Articles