Home > Contents > Index >
CDM.CREATETABLES
Creates tables in the Content Server database.
Syntax
<CDM.CREATETABLES
TABLENAMES="
tablelist
"
/>Parameters
TABLENAMES (required)
- Input parameter. List of tables to create. Use spaces or tabs to separate names.
Description
Use this tag to create the default tables and any new tables you have defined in the
commercedata.ini
file in the Content Server database. The tables you wish to create must be listed in thecd.tablenames
property of thecommercedata.ini
file. You can create multiple tables in a single call. You must have the SiteGod or TableEditor ACL in your user profile to use this tag.The tables created are assigned the following ACLs:
- VisitorAdmin
- SiteGod
Example
<!-- Create the five default tables predefined in commercedata.ini --> <CDM.CREATETABLES
TABLENAMES="orders order_item cart_event shopper shopper_map"
/>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.