sqlbuddy
How to use foreign keys in SQL Buddy?
I need to use foreign keys for update and cascade, etc. ALTER TABLE topics ADD FOREIGN KEY(topic_by) REFERENCES users(user_id)[详细]
2023-04-09 19:50 分类:问答SQLBuddy: How to select database?
I have the following sql which I want to import with SQLBuddy. However I get an error telling that no database selected.[详细]
2022-12-17 12:26 分类:问答What database field type do you use for yes/no entries in SQL Buddy?
I am new to all this so looking for some help. So开发者_如何学运维rry if the question is really novice. I am learning all of the char, varchar, etc. Try BOOL.(It\'s an alias for TINYINT(1).)[详细]
2022-12-09 02:37 分类:问答