Datenbanktabelle product default

Ich habe hier gesehen, dass in der Struktur-Tabelle von product der Wert von cms_page_version_id nicht defaul NULL ist. Soll das so?

Hi,
sieht bei mir auch so aus. Ich hab die Tabelle noch nie manuell angepackt und habe mit SW 6.5.x gestartet. Insofern müsste das Standard sein.

@brettvormkopp Das ist mir auch aufgefallen. Ich scheitere derzeit ein DB-Backup zu importieren und bin bei der Analyse darauf gestoßen. Ob es daran liegt?

--
-- Tabellenstruktur für Tabelle `product`
--

CREATE TABLE `product` (
  `id` binary(16) NOT NULL,
  `version_id` binary(16) NOT NULL,
  `auto_increment` int(11) NOT NULL,
  `product_number` varchar(64) DEFAULT NULL,
  `active` tinyint(3) UNSIGNED DEFAULT NULL,
  `parent_id` binary(16) DEFAULT NULL,
  `parent_version_id` binary(16) DEFAULT NULL,
  `tax_id` binary(16) DEFAULT NULL,
  `product_manufacturer_id` binary(16) DEFAULT NULL,
  `product_manufacturer_version_id` binary(16) DEFAULT NULL,
  `delivery_time_id` binary(16) DEFAULT NULL,
  `deliveryTime` binary(16) DEFAULT NULL,
  `product_media_id` binary(16) DEFAULT NULL,
  `product_media_version_id` binary(16) DEFAULT NULL,
  `cms_page_id` binary(16) DEFAULT NULL,
  `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%',
  `unit_id` binary(16) DEFAULT NULL,
  `product_feature_set_id` binary(16) DEFAULT NULL,
  `category_t[...]

#1005 - Kann Tabelle `test_db3`.`product` nicht erzeugen (Fehler: 150 "Foreign key constraint is incorrectly formed")

WIe sieht denn dein INSERT aus?