Function Database_super_mysql->has_default_for_text_fields

Definitions

sources/database/shared/mysql.php

  • Find whether text fields can/should be given default values when added as a new column to an existing table.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether they do
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether text fields can/should be given default values when added as a new column to an existing table.
 *
 * @return boolean Whether they do
 */

public function has_default_for_text_fields() : bool