JTable プロパティを null に設定し、これまで成功せずにコードを保存する方法:
$table = JTable::getInstance($type='detalegrupy', $prefix='FootsalTable', $config = array());
$table->load($id);
$table->promotion = NULL;
$id_group = $table->id_group;
$table->store();
またはそれをデフォルト値に戻す方法。