Example #1
0
 /**
  * Generate the given field on the table, modifying whatever already exists as necessary.
  * @param string $table The table name.
  * @param string $field The field name.
  * @param string $spec The field specification.
  */
 static function requireField($table, $field, $spec)
 {
     return DB::$globalConn->requireField($table, $field, $spec);
 }