forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

Disallow setting NOT NULL CONSTRAINT on non primary key columns during CREATE #667

Open mravi opened 10 years ago

mravi commented 10 years ago

An exception should be thrown when NOT NULL CONSTRAINT is specified for non primary key columns.