1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
messageuuid.php
См. документацию.
1<?php
2namespace Bitrix\Im\Model;
3
4use Bitrix\Main;
5use Bitrix\Main\ORM\Fields\StringField;
6use Bitrix\Main\ORM\Fields\DatetimeField;
7use Bitrix\Main\ORM\Fields\IntegerField;
8
9
28
29class MessageUuidTable extends Main\Entity\DataManager
30{
36 public static function getTableName(): string
37 {
38 return 'b_im_message_uuid';
39 }
40
47 public static function getMap(): array
48 {
49 return [
50 new StringField(
51 'UUID',
52 [
53 'primary' => true,
54 'required' => true,
55 'size' => 36
56 ]
57 ),
58 new IntegerField('MESSAGE_ID'),
59 new DatetimeField(
60 'DATE_CREATE',
61 [
62 'required' => true,
63 ]
64 ),
65 ];
66 }
67}
static getMap()
Определения messageuuid.php:47
static getTableName()
Определения messageuuid.php:36
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804