Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Sequel Pro 0.9.9.1 Build 3408。
我想在表中添加外键,并在删除级联时添加。
我在 GUI 中找不到任何允许我添加外键的东西。
有人知道怎么做吗?
您可以在 SQL 中完全声明您的表,然后以这种方式添加它。
或者您可以声明表中的列以便对其进行定义。然后选择表并单击关系。使用屏幕末尾的 + 将允许您指定表和列,以及是否希望更新/删除时的级联行为。
下面的图片可能会帮助您定位,它有点粗略,但希望能告诉您点击的位置。