hasColumn('person_id', 'string', 255); $this->hasColumn('team_name', 'string', 255); $this->hasColumn('goals_count', 'integer', 4); } }