Oscarblue Member Aug 8, 2017 35 1 Sep 4, 2017 #1 How do i set home room using navicat? Please help Retro: r63
N NeedForSpreed Member May 18, 2014 326 71 Sep 4, 2017 #2 Right click the table that contains the home_room. Navigate to the column then at the bottom there should be a field 'DEFAULT' set that to the room id. Skickat från min FRD-L09 via Tapatalk Upvote 0 Downvote
Right click the table that contains the home_room. Navigate to the column then at the bottom there should be a field 'DEFAULT' set that to the room id. Skickat från min FRD-L09 via Tapatalk
JayC Well-Known Member Aug 8, 2013 5,505 1,401 Sep 4, 2017 #3 Code: UPDATE `users` SET `home_room` = '1'; ALTER TABLE `users` ALTER COLUMN `home_room` SET DEFAULT '1'; Upvote 0 Downvote
Code: UPDATE `users` SET `home_room` = '1'; ALTER TABLE `users` ALTER COLUMN `home_room` SET DEFAULT '1';
Oscarblue Member Aug 8, 2017 35 1 Sep 4, 2017 Thread starter #4 JayCustom said: Code: UPDATE `users` SET `home_room` = '1'; ALTER TABLE `users` ALTER COLUMN `home_room` SET DEFAULT '1'; Click to expand... thanks Upvote 0 Downvote
JayCustom said: Code: UPDATE `users` SET `home_room` = '1'; ALTER TABLE `users` ALTER COLUMN `home_room` SET DEFAULT '1'; Click to expand... thanks