Syntax Element: design

Description

Begins the design block of a database version.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
// begins declaring the design for a version
handdatabase YourDatabase
{
  // ...
  
  version initialized
  {
    design
    {
      public table ALegacyTable;
    }
  }
}

Notes

Related Use Cases

Related Concepts

Other Actions

documentation | all examples for this syntax element | all examples | use cases | concepts | keywords