'sale_date' => $this->timestamp()->notNull()->comment('Дата продажи'),
'survey_date' => $this->timestamp()->notNull()->comment('Дата опроса'),
'receipt_number' => $this->string()->notNull()->comment('Номер чека'),
- 'store_id' => $this->string()->notNull()->comment('ID магазина'),
- 'admin_id' => $this->string()->null()->comment('ID администратора'),
+ 'store_id' => $this->string()->notNull()->comment('GUID магазина'),
+ 'admin_id' => $this->string()->null()->comment('GUID администратора'),
'rating_florist' => $this->integer()->notNull()->comment('Оценка работы флориста'),
'rating_cleanliness' => $this->integer()->notNull()->comment('Оценка чистоты и комфорта в магазине'),
'rating_assortment' => $this->integer()->notNull()->comment('Оценка ассортимента цветов'),
* @property string $survey_date Дата опроса
* @property string $receipt_number Номер чека
* @property string $store_id ID магазина
- * @property string|null $admin_id ID администратора
+ * @property string $admin_id ID администратора
* @property int $rating_florist Оценка работы флориста
* @property int $rating_cleanliness Оценка чистоты и комфорта в магазине
* @property int $rating_assortment Оценка ассортимента цветов
'sale_date' => 'Дата продажи',
'survey_date' => 'Дата опроса',
'receipt_number' => 'Номер чека',
- 'store_id' => 'ID магазина',
- 'admin_id' => 'ID администратора',
+ 'store_id' => 'GUID магазина',
+ 'admin_id' => 'GUID администратора',
'rating_florist' => 'Оценка работы флориста',
'rating_cleanliness' => 'Оценка чистоты и комфорта в магазине',
'rating_assortment' => 'Оценка ассортимента цветов',