Source
3112
3112
'null' => false,
3113
3113
'type' => DB::FIELD_TYPE_TEXT,
3114
3114
'length' => 65535,
3115
3115
'default' => ''
3116
3116
],
3117
3117
'timeout_browser' => [
3118
3118
'null' => false,
3119
3119
'type' => DB::FIELD_TYPE_CHAR,
3120
3120
'length' => 255,
3121
3121
'default' => '60s'
3122
+
],
3123
+
'proxy_secrets_provider' => [
3124
+
'null' => false,
3125
+
'type' => DB::FIELD_TYPE_INT,
3126
+
'length' => 10,
3127
+
'default' => '0'
3122
3128
]
3123
3129
]
3124
3130
],
3125
3131
'triggers' => [
3126
3132
'key' => 'triggerid',
3127
3133
'fields' => [
3128
3134
'triggerid' => [
3129
3135
'null' => false,
3130
3136
'type' => DB::FIELD_TYPE_ID,
3131
3137
'length' => 20