Lines Matching full:not

18 CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
39 id integer NOT NULL,
40 name character varying(80) NOT NULL
72 id integer NOT NULL,
73 group_id integer NOT NULL,
74 permission_id integer NOT NULL
106 id integer NOT NULL,
107 name character varying(255) NOT NULL,
108 content_type_id integer NOT NULL,
109 codename character varying(100) NOT NULL
141 id integer NOT NULL,
142 password character varying(128) NOT NULL,
144 is_superuser boolean NOT NULL,
145 username character varying(30) NOT NULL,
146 first_name character varying(30) NOT NULL,
147 last_name character varying(30) NOT NULL,
148 email character varying(254) NOT NULL,
149 is_staff boolean NOT NULL,
150 is_active boolean NOT NULL,
151 date_joined timestamp with time zone NOT NULL
162 id integer NOT NULL,
163 user_id integer NOT NULL,
164 group_id integer NOT NULL
217 id integer NOT NULL,
218 user_id integer NOT NULL,
219 permission_id integer NOT NULL
251 id integer NOT NULL,
252 action_time timestamp with time zone NOT NULL,
254 object_repr character varying(200) NOT NULL,
255 action_flag smallint NOT NULL,
256 change_message text NOT NULL,
258 user_id integer NOT NULL,
291 id integer NOT NULL,
292 app_label character varying(100) NOT NULL,
293 model character varying(100) NOT NULL
325 id integer NOT NULL,
326 app character varying(255) NOT NULL,
327 name character varying(255) NOT NULL,
328 applied timestamp with time zone NOT NULL
360 session_key character varying(40) NOT NULL,
361 session_data text NOT NULL,
362 expire_date timestamp with time zone NOT NULL
373 id integer NOT NULL,
374 time_from timestamp with time zone NOT NULL,
375 time_until timestamp with time zone NOT NULL,
376 closed boolean NOT NULL,
378 project_id integer NOT NULL
410 id integer NOT NULL,
411 name character varying(200) NOT NULL,
412 billing_id character varying(50) NOT NULL,
413 active boolean NOT NULL,
414 time_created timestamp with time zone NOT NULL,
415 last_modified timestamp with time zone NOT NULL
447 id integer NOT NULL,
448 project_id integer NOT NULL,
449 user_id integer NOT NULL
481 id integer NOT NULL,
482 time_from timestamp with time zone NOT NULL,
483 time_until timestamp with time zone NOT NULL,
484 description text NOT NULL,
485 office_hour_rate boolean NOT NULL,
486 project_id integer NOT NULL,
487 user_id integer NOT NULL,