1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
groupsubordinatetable.php
См. документацию.
1<?php
2
9
11
14
32{
33 public static function getTableName()
34 {
35 return 'b_group_subordinate';
36 }
37
38 public static function getMap()
39 {
40 return [
41 (new Fields\IntegerField('ID'))
42 ->configurePrimary(),
43
44 (new Fields\TextField('AR_SUBGROUP_ID')),
45 ];
46 }
47}