File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/bizproc/lib/Storage/Entity/ActivityStorageTable.php
Back
<?php namespace Bitrix\Bizproc\Storage\Entity; use Bitrix\Main\ORM; class ActivityStorageTable extends ORM\Data\DataManager { public static function getTableName() { return 'b_bp_storage_activity'; } public static function getMap() { return [ 'ID' => [ 'data_type' => 'integer', 'primary' => true, ], 'WORKFLOW_TEMPLATE_ID' => [ 'data_type' => 'integer' ], 'ACTIVITY_NAME' => [ 'data_type' => 'string' ], 'KEY_ID' => [ 'data_type' => 'string' ], 'KEY_VALUE' => [ 'data_type' => 'string' ] ]; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings