TABLE NAMEemail_list_addresses
DESCRIPTIONThe email_list_addresses attaches the email_addresses to the email lists. COLUMNScolumn | type | null | unique | references | referenced_by | since_version | description |
---|
pkey | pkey | false | true | | majordomo_lists.listname_list_add | 1.0a100 | | email_address | fkey | false | false | email_addresses.pkey | | 1.0a100 | the primary key of the email_address | email_list | fkey | false | false | email_lists.pkey | | 1.0a100 | the pkey of the email list |
|