-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added DBML Serializer (just hacked it dirty in, better than nothing) #159
Conversation
First there was only TerrainID, the primary key. Then due to the non-"ID" name a new column was auto-generated. At some point someone noticed that and the IDs got made equivalent to TerrainID. It is unknown whether the column is now called TerrainID or ID, but TerrainID values are consistent since Vanilla with *this* naming scheme.
Not sure why there's a bunch of Structs. related changes in other files unrelated to this functionality, seems unnecessary, don't think it'll break anything but might be better to just not do those. |
Rider replaced that for me when i did the initial (reverted) namespace change. I reverted these. :) |
… into dbml_converter
… into dbml_converter
Quick and dirty implementation for DBML export to generate this: https://dbdocs.io/Kaev/DBC_3_3_5_12340
Only exports for a single build that you need to provide as a new argument.