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

sqlite - не поддерживает добавление foreign key в старые таблицы #140

Open
MonkAlex opened this issue Jun 7, 2019 · 0 comments
Labels
db/sqlite any issue with sqlite
Milestone

Comments

@MonkAlex
Copy link
Owner

MonkAlex commented Jun 7, 2019

Внезапно, в старые таблички нельзя добавлять foreign key даже для новых колонок.

Что это значит - нельзя рассчитывать на целостность табличек.

Большая критичность на настройках - есть шансы, что допускается удаление каких то данных (например логинов), когда на них ссылаются остальные. Хибер на таких данных больше не заведется.

Меньшая - на манге. Там всё довольно просто и линейно - манга хранит в себе всё и точка.

@MonkAlex MonkAlex added this to the Deffered milestone Jun 7, 2019
@MonkAlex MonkAlex added the db/sqlite any issue with sqlite label Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
db/sqlite any issue with sqlite
Projects
None yet
Development

No branches or pull requests

1 participant