Skip to content

Database conventions

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

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