d3v1l401 / Bark-and-Barker

A Dark & Darker backend server emulator written in C#
GNU General Public License v3.0
2 stars 0 forks source link

Fix table creation #11

Closed d3v1l401 closed 1 year ago

d3v1l401 commented 1 year ago

When I created "characters" I set 2 PKs, this meant there was no Index for other tables to refer external keys based on CharID. This is now fixed.

d3v1l401 commented 1 year ago

we dont need characterId key definition bc it is already the only PK

elaborate pls

Demonofpower commented 1 year ago

we dont need characterId key definition bc it is already the only PK

elaborate pls

Sorry I dont understand what you mean