SyntaxFix
Write A Post
Hire A Developer
Questions
A lightweight solution with Check constraint:
CREATE TABLE example ( discriminator INTEGER DEFAULT 0 NOT NULL CHECK (discriminator = 0) );