new(core.gbapp): LLM alerts for data.
This commit is contained in:
parent
caf1601567
commit
36f7a7fbd1
1 changed files with 0 additions and 1 deletions
|
@ -2964,7 +2964,6 @@ 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') {
|
||||||
schema[col].primaryKey = true;
|
schema[col].primaryKey = true;
|
||||||
schema[col].autoIncrement = true; // Optional: auto-increment for primary key
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue