1. Overview
  2. Code Generation
  3. Foreign Key Null Error

Foreign Key Null Error

This helps fix foreign keys configured with nullability attributes.

The image above contains tables and foreign keys configured with nullability. This be fixed in two ways, which will be listed below;

  • Check Nullable: This will require unchecking each table with its affected foreign keys.
  • Fix All: This will automatically fix all the tables whose foreign key is nullable with a single click.

 


Was this article helpful?