Fixed field with the wrong name

This commit is contained in:
jengo 2000-09-28 05:12:23 +00:00
parent e094af286f
commit 13ad31ba54

View File

@ -156,7 +156,7 @@ create table addressbook (
ab_zip varchar(255),
ab_bday varchar(255),
ab_notes TEXT,
company varchar(255)
ab_company varchar(255)
);
create table todo (