new(core.gbapp): LLM alerts for data.
This commit is contained in:
parent
de2afefad1
commit
02cecf6faa
1 changed files with 1 additions and 1 deletions
|
@ -2961,7 +2961,7 @@ export class SystemKeywords {
|
||||||
};
|
};
|
||||||
|
|
||||||
// If the column is named 'id' or 'Id', set it as the primary key
|
// If the column is named 'id' or 'Id', set it as the primary key
|
||||||
if (col.toLowerCase() === 'id') {
|
if (col.toLowerCase() === 'id' || col.toLowerCase() === 'internal_id') {
|
||||||
schema[col].primaryKey = true;
|
schema[col].primaryKey = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue