You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The schema:build command generates a JSON file containing schema information. However, when a table has multiple columns combined as a primary key, the generated JSON only includes the first column as the primary key. This behavior is inconsistent with expectations, as it should provide information for all columns in the composite primary key.
The
schema:build
command generates a JSON file containing schema information. However, when a table has multiple columns combined as a primary key, the generated JSON only includes the first column as the primary key. This behavior is inconsistent with expectations, as it should provide information for all columns in the composite primary key.Current Behavior
schema:build generates:
Expected Behavior
schema:build to generate:
The text was updated successfully, but these errors were encountered: