Skip to content

Database conventions

Andrei Mladin edited this page Mar 10, 2014 · 4 revisions

Environment Settings

Dev

  • Use 'root' as user
  • Use 'root' password for the root user

Coding

CONSTRAINTS

  • MUST specify a name to the constraint

STORED PROCEDURES

Input parameters

  • MUST have the "v_" prefix and the "_i" sufix

Output parameters

  • MUST have the "v_" prefix and the "_o" sufix

Variables

  • MUST begin with "v_"

Clone this wiki locally