Skip to content
  • Leigh B. Stoller's avatar
    Add meta table to hold regex expression and min/max lengths · 19adad65
    Leigh B. Stoller authored
    for various table/columns pairs. Used by php/perl libraries
    to check data values to make sure they are valid. Note that
    the intent is not to check whats valid to stick in the DB,
    but what our conventions regard as valid (exampe: a uid is
    2-8 chars, alphanumeric, starts with an alpha).
    19adad65