To create SQL tables, use the
Sql Tables form.
-
In the Sql Tables form, execute
Filter-In-Place and initiate a new table.
-
Verify that the Schema is
dbo.
Note: We do not currently support the building of IDOs over
tables in schemas other than dbo at this time.
-
Specify the Table Name.
-
Optionally, to include a SiteRef column, which allows for different
data for different sites, select the Multi-Site option.
Note: If you
select this option, these additional requirements apply:
-
Save the record.
-
Click Columns.
-
In the Sql Columns form, add
columns for the new table and define metadata for the columns.
This metadata can include specifications such as the data type, length, and
default value (as applicable to the data type).
-
Save the columns and close the Sql
Columns form.
-
Back in the Sql Tables form, to open the
Sql Tables Constraint form and define one or
more primary keys or other constraints for the table, click New Constraint.
-
To save the constraint and return it to the Sql Tables form, click Finish.
After you create tables or columns, you can create IDOs, IDO extension
classes, or events that use the tables and columns. You can also filter for a table in
the Sql Tables form, and modify the columns and
other attributes.
Note: This application requires
certain columns on tables that it uses. To add those required columns to your table,
import the table into your database. You can then filter for it in the Sql Tables form, and click Update Current Table, which action adds those
required columns.