|
|
|
|
|
by 12thwonder
1753 days ago
|
|
but do you want, for example, a file system where you have to define what kind of files you can store? This folder can only contain JPEG and PNG files, this folder can contain only A or B ....etc. useful in some cases but I don't think this is not what you want as a default. |
|
Only argument that I can sort of understand for flexible types is that it is easier to get started or for smaller projects, like some batch script, but as soon as you have a large system you want strict control of what data you write to the database. Otherwise your schema migrations will be a nightmare.