ich kenn mich datenbanken nicht so gut aus, deshalb bruch ich dringendhilfe.
was hab ich damit zu tun:
add to the "customers_groups" table a record with id "1", name "Default" and discount = 0
add the column "customers_groups_id" int(11) to "customers" table with default value = 1;
execute on table "customers":
UPDATE customers SET customers_groups_id = 1;
add the column "category_id" int(11) to "customers_basket" table ;
bzw. was muß ich da machen??
ich bedanke mich für die rasche hilfe.
gruß
nikola
was hab ich damit zu tun:
add to the "customers_groups" table a record with id "1", name "Default" and discount = 0
add the column "customers_groups_id" int(11) to "customers" table with default value = 1;
execute on table "customers":
UPDATE customers SET customers_groups_id = 1;
add the column "category_id" int(11) to "customers_basket" table ;
bzw. was muß ich da machen??
ich bedanke mich für die rasche hilfe.
gruß
nikola
Kommentar