1) I need to give a name for a table that stores subscriptions id's and credit cards id's (used to renew the subscriptions). The table stores records for credit cards that are about to expire whose users were notified about it already. I find it difficult to name the table properly. Here's the list with my suggestions but i like none of these :)
creditCardNotify, notifiedCreditCards, subscriptionCreditCardNotify
2) One more question. I guess I should rather use the word "notified" instead of "notify" in table name?