Quick question: I have the following tables in a database called 'galaxy' - where galaxy the name of my web application.
The tables:
- galaxy_user
- galaxy_user_profile
- galaxy_user_subscription
- galaxy_subscription_type
Is it necessary or wise to include the 'galaxy' prefix to all the tables? Or is it better practice to just name them, 'user', 'user_profile', 'user_subscription' , if so why?
Thanks!