Coding Standards - DB Table naming

On drupal table names are in the singular form. This was not the case for ubercart (uc_orders, uc_order_products)
It might be good to stick to this naming scheme for drupal commerce (singular form) and add this in http://www.drupalcommerce.org/development/standards

Comments

+1 - We've been doing this as

+1 - We've been doing this as part of the Drupal coding standard, but it'd be good to add to the page.