Writer instructions | ||
Purpose | Use this page to display a banner announcement on each page of the space. Create the Space announcements page in the master space, outside of the Home branch. You can version the Space announcements page to enable different banners to be published into different target spaces, however, the banner that is displayed in the versioned (master) space itself only displays the most recently-published banner. If you find errors in the banner area of your versioned space and you are sure the Space announcements page is set up correctly, try publishing the page to the same space. For more information, see Space-announcements-banners. | |
Removing | When an announcement is no longer needed, remove the BMC Space Banner macro. | |
Translation | Localized spaces using the L10n Viewport theme must change the name of this page to Space announcements l10n. See Configuring-the-Scroll-ViewPort-theme-for-translated-spaces. | |
Usage | Choose one or none of the following BMC Space Banner macros. If your space requires another kind of announcement, you can use this page in coordination with your team lead and editors. |
CRHT (Create History Table for Temporal Table)
The CRHT row command generates SQL to create a history table (table type=H) for the selected system-period temporal table. It displays the Edit Create HISTORY Table Information window (see the following figure). The generated SQL also includes the ADD VERSIONING USE HISTORY TABLE clause in the ALTER TABLE statement for the base temporal table.
By default, File-AID for Db2 Object Administration uses the base temporal table name and adds the _HT suffix to name the new history table. You can only add one history table to a temporal table. Refer to the IBM Db2 documentation for limitations on creating a history table for a system-period temporal table.
The CRHT row command is valid from the Table display.
You can also create a history table (table type=H) for the selected temporal table using the ADD_VERSIONING primary command (see ADD_VERSIONING).
Edit Create HISTORY Table Information Windows