mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 02:19:39 +02:00
* Fix showing of foreign keys
git-svn-id: trunk@21584 -
This commit is contained in:
parent
491762bd5f
commit
9c8ff5382d
@ -713,7 +713,7 @@ begin
|
||||
case EOT of
|
||||
eotField : NewField(N,CurrentTable);
|
||||
eotIndex : NewIndex(N,CurrentTable);
|
||||
eotForeignKey : NewIndex(N,CurrentTable);
|
||||
eotForeignKey : NewForeignKey(N,CurrentTable);
|
||||
else
|
||||
NewGlobalObject(N,EOT);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user