Database export query with custom fields

AdBuddies

New Member
Hii,

Can anyone help with this query.. I'm missing all my custom fields. eg. fname, lname etc..

I cannot seem to find the table that contains the custom fields..

SELECT * FROM `mailwizz`.`mw_list_subscriber` WHERE `list_id` = 247 ORDER BY `subscriber_id` LIMIT 5000000 OFFSET 0;
 
Hii,

Can anyone help with this query.. I'm missing all my custom fields. eg. fname, lname etc..

I cannot seem to find the table that contains the custom fields..

SELECT * FROM `mailwizz`.`mw_list_subscriber` WHERE `list_id` = 247 ORDER BY `subscriber_id` LIMIT 5000000 OFFSET 0;
Are looking for
list_field
and
tag_registry
?
 
Back
Top