开发者

How to use Foreign key concept in Sqlite Manager for Xcode projects?

开发者 https://www.devze.com 2023-02-07 17:37 出处:网络
i want to use for开发者_JAVA技巧eign key concept in sqlite database. How can it possible in Firefox SQLite Manager?

i want to use for开发者_JAVA技巧eign key concept in sqlite database. How can it possible in Firefox SQLite Manager? Please give me reply to my mail id: anand.handsinfotech@gmail.com


You can read here how to use foreign keys in SQLite manager. In short use line below when you create your table.

FOREIGN KEY(foreign_key_field) REFERENCES parent_table_name (parent_key_field)
0

精彩评论

暂无评论...
验证码 换一张
取 消