kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
305 stars 63 forks source link

Minecraft Version: How to use Foregin Key & Index #279

Closed rageyh closed 4 months ago

rageyh commented 4 months ago

Hello, i have a question, I am using the library to use mysql database. I don't understand how to insert Foregin Keys and Indexes into the table. Esample: "FOREIGN KEY (sim) REFERENCES SIM(sim), INDEX idx_sim (sim)"

kangarko commented 4 months ago

I do not understand your question. I am afraid we don't provide support with generic SQL commands which is a standalone programming language. You can implement this feature yourself.