I now have the need to store multiple list types in the list_item table
where x in (a, b, c) and
have to add a list_type column to the list_item table.
select .... union select .... .V
I now have the need to store multiple list types in the list_item table
where x in (a, b, c) and
have to add a list_type column to the list_item table.
select .... union select .... .V