Skip to content
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

Rewrite migrations statements to contain foreign keys instead of JSON objects #41

Open
Tracked by #40
bitfl0wer opened this issue Aug 20, 2024 · 0 comments
Open
Tracked by #40

Comments

@bitfl0wer
Copy link
Member

bitfl0wer commented Aug 20, 2024

Depends on completion of Remove Json<T> wrapper from all types which should be broken out into own tables.

The migrations should reflect the relations between tables and table entries correctly, instead of storing relations, which are references to other tables, as JSON. Normally, this is referred to as the "first normal form". Every column which could be represented by a chorus or symfonia type should be represented by these types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant