JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Create and Modify dialogs

Last modified: 04 December 2024

In JetBrains Rider, Create and Modify dialogs have the same fields and functionality for a given database object. This way, you can edit the same fields when you create a new object and when you edit an existing one.

  • To create a database object, right-click a data source, a database, or a schema name in the Database tool window (View | Tool Windows | Database) and navigate to New | <database_object>.

  • To modify a database object, right-click the object name in the Database tool window (View | Tool Windows | Database) and select Modify <database_object>. Alternatively, click the object name and press Ctrl0R,0V.

This topic describes the Create and Modify dialogs for the following database objects: schemas, tables, columns, keys, foreign keys, indexes, checks, virtual columns, virtual foreign keys, views, users and roles, and virtual views.

Starting from JetBrains Rider version 2024.3, the dialogs are non-modal.