From 1dd250b6ff2c32f0bb9b4db7606066f34721e7d9 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 11 Aug 2001 05:54:45 +0000 Subject: add comments field --- httemplate/docs/upgrade8.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/docs/upgrade8.html') diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index dfeba6505..702da5a1b 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -105,6 +105,11 @@ ALTER TABLE cust_main ADD COLUMN ship_country char(2) NULL; ALTER TABLE cust_main ADD COLUMN ship_daytime varchar(20) NULL; ALTER TABLE cust_main ADD COLUMN ship_night varchar(20) NULL; ALTER TABLE cust_main ADD COLUMN ship_fax varchar(12) NULL; + +
  • If you wish to enable customer comments, apply the following change to + your database: +
    +ALTER TABLE cust_main ADD COLUMN comments varchar NULL;
     
  • Run bin/dbdef-create. -- cgit v1.2.1