示例#1
0
 /**
  * {@inheritdoc}
  */
 public static function defaultStorageSettings()
 {
     return array('precision' => 10, 'scale' => 2) + parent::defaultStorageSettings();
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public static function defaultStorageSettings()
 {
     return array('unsigned' => FALSE, 'size' => 'normal') + parent::defaultStorageSettings();
 }