watch this video to learn how to find your owner and identifier tables
this is the template to change the VARCHAR LIMITS people have told me to set it to 60
ALTER TABLE tablename MODIFY columnname VARCHAR(20) ;
here is some examples
ALTER TABLE users MODIFY identifier VARCHAR(60) ;
ALTER TABLE wh_test MODIFY identifier VARCHAR(60) ;
ALTER TABLE user_accounts MODIFY identifier VARCHAR(60) ;
ALTER TABLE user_contacts MODIFY identifier VARCHAR(60) ;
ALTER TABLE user_inventory MODIFY identifier VARCHAR(60) ;
ALTER TABLE player_burglaries MODIFY identifier VARCHAR(60) ;
ALTER TABLE blalba MODIFY owner VARCHAR(60) ;
edit: just made sure all my owner and identifiers was at least 60, restarted server and now i can’t enter properties ill keep working at it, wish i never started this mess sometimes
edit :restarted again and properties are working again, must have not been a full restart.
edit: ok first character as access to property and inventory, logged out and loaded in my 2nd character and he could not access his property or buy a new one to get inside. before I made the change all characters could buy property and access the interiors, going to restart the server again and load the 2nd character first
edit: ok after restart 2nd character was able to access property and storage, and the one saved clothing showed up, log out and logged back in (fivem restart) to the first character and was able to access property and inventory and 2nd characters one saved clothing was in characters ones clothes section also, SO something is going on depending on server restarts and what character logs in first. weird combinations of what character load first and server restarts are some how dictating what shows up in there storage inventories
so im stuck again changing those values to 60 did not seem to do anything.

