Hi All;
Dr. Byte posted a set of instructions quite awhile ago for putting descriptions on Zen Cart Invoices. I figured out all of the required changes but I'm not sure about one thing. He says:

And add an additional field in your orders_products table:
Code:
alter table orders_products add column products_description text NOT NULL;


Do I run this piece of code in the Install Sql Patches box or am I supposed to do something else with it?
Thanks!