Constraint: Only one row must have the a NULL value

后端 未结 0 912
独厮守ぢ
独厮守ぢ 2020-12-12 04:07

Only one row is allowed to have parent_id NULL:

CREATE TABLE simple21_page (
    id integer NOT NULL,
    name character varying(120) NOT NULL,
    text text          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题