eintragung geht 🎉
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-31 15:32:29 +01:00
parent 4ef26e2b64
commit e550c42488
5 changed files with 107 additions and 27 deletions

View File

@ -12,6 +12,7 @@ class Run extends Model
'time_max' => ['type' => 'int'], // in sek
'referee' => ['type' => 'text'],
'photo' => ['type' => 'text'],
'results' => ['type' => 'array','default'=>[]],
);
}