Skip to content

Commit

Permalink
new(core.gbapp): LLM alerts for data.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Oct 17, 2024
1 parent caf1601 commit 36f7a7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/basic.gblib/services/SystemKeywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,6 @@ export class SystemKeywords {
// If the column is named 'id' or 'Id', set it as the primary key
if (col.toLowerCase() === 'id') {
schema[col].primaryKey = true;
schema[col].autoIncrement = true; // Optional: auto-increment for primary key
}
});

Expand Down

0 comments on commit 36f7a7f

Please sign in to comment.