add comment fields to db and extend models ticket_type and custer

This commit is contained in:
Schneider Roland
2023-03-08 07:13:32 +01:00
parent 62f6e37d14
commit 31edf22e0e
3 changed files with 53 additions and 8 deletions

View File

@@ -29,6 +29,7 @@ use yii\helpers\ArrayHelper;
* @property string $typeHuman
* @property string $timeUnitHuman
* @property string $accountName
* @property string $comment
*/
class TicketType extends BaseFitnessActiveRecord
{