add column to table
add a column to a table in a database
<cfquery name="addcolumn" datasource="">
	alter table TABLENAME
	add NEWCOL varchar(255);
</cfquery>

TABLENAME: the name of your table
NEWCOL: the name of your new column with column datatype
 

cover
Buy Fusebox 5 & FLiP: Master-Class ColdFusion Applications
cover
Buy Fusebox 4 & FLiP: Master-Class ColdFusion Applications
cover
Buy ColdFusion Lists, Arrays, & Structures
cover
Buy ColdFusion XML Objects

Dedicated and Shared CF Hosting 2021