CMTV
Well-known member
Hi!
I want to create a list of titles (just like trophies) which users can select. The title enitity structure consists of
It seems I have to create a table
Is it correct? It seems really strange to have a whole table with only one column in it...
Maybe there is a better way to do so?
I want to create a list of titles (just like trophies) which users can select. The title enitity structure consists of
title_id
and the title
phrase. But for title
I want to use MasterTitle
relation so I don't need title
column.It seems I have to create a table
xf_addonid_title
with only one column: title_id
...Is it correct? It seems really strange to have a whole table with only one column in it...
Maybe there is a better way to do so?
Last edited: