If you want to create the field using SQL, then you have to write an SQL query. e.g.I tried to enter config_table create a new record:
INSERT INTO `phpbb_config` (`config_name`, `config_value`, `is_dynamic`) VALUES ('', '', '0')
Edit the SQL to include the values (which I already mentioned)
or
Just add the record using the graphical interface (as janus_zonstraal proposed)
Statistics: Posted by warmweer — Tue Sep 10, 2024 7:18 am