Where in the database are prefix stored?

Member 3639

Active member
There seems to be no one table for prefix information.

I am trying to find the table that has the names of the topic prefix?
 
The prefix names aren't stored statically in the database.

They are automatically phrased to aid in translating prefixes into multiple languages.

The format of the phrase names is:

thread_prefix_{id}

Where {id} is the prefix ID
 
Top Bottom