PHP database fields


Database field naming follows the following specifications:
a. Use all lowercase letters;
b. Use _space between multiple words.
Examples: user_name, rose_price, etc.