Fixes in fields for new mysql behaviour

This commit is contained in:
Antonio de la Rosa 2019-06-18 23:32:58 +02:00
parent 94e3d63b0b
commit 29faed4b35
7 changed files with 27 additions and 6 deletions

View file

@ -23,6 +23,7 @@ class DoubleField extends PhangoField {
$this->size=$size;
$this->form='PhangoApp\PhaModels\Forms\BaseForm';
$this->value=0;
}