Migrations not changing on adding notNull

Is it intended behaviour for migrations not to detect and react to the addition of a .notNull on some column ?

Currently, my use case is that have a first migration that has created the table, but now the second migraiton (adding the notNull) doesn't actually create a migration.
Was this page helpful?