['type' => 'biginteger'], 'cost' => ['type' => 'decimal', 'length' => 20, 'precision' => 0, 'null' => true], 'floaty' => ['type' => 'float', 'null' => true], '_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]] ]; /** * @var array */ public $records = []; }