caribou / caribou-core

Core functionality for Caribou
44 stars 3 forks source link

Model fields marked as not-null should be backed by a NOT NULL on the DB column #13

Closed ralfonso closed 12 years ago

ralfonso commented 12 years ago

If we have a model that defines one of its fields as not null, then the corresponding column in the DB should be marked NOT NULL.