'LinKin Posted March 12, 2015 Share Posted March 12, 2015 Hello, Is it possible to make foreign keys from a table to another (using MTA's default SQL database) If it's not, can I store a table inside a column of each row in the table? How? Is this a good practice? Regards. Link to comment
Addlibs Posted March 13, 2015 Share Posted March 13, 2015 You can store a Lua table inside a database column using JSON (toJSON, fromJSON), if that's what you mean. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now