Index

(table)

o2tab_column_add

boolean o2tab_column_add(string $table_name, string $column_name, string $type, integer $int, integer $dec)

Add a new column to table.


Parameters:
  1. $table_name
  2. Table name
  3. $column_name
  4. New column physical name.
  5. $type
  6. New column Janox type (A|N|L|D|T)
  7. $int
  8. New column size (alpha) or integer digits (number)
  9. $dec
  10. New column decimal digits (only number)