notes

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('tasknote.notes_id_seq'::regclass)
note_urls.note_id note_url_note_id_fk R
user_id int4 10 null
users.id notes_user_id_fk R
description text 2147483647 null

Column increased to allow TEXT up to 2000 characters

title varchar 100 null
tag varchar 30 null

Indexes

Constraint Name Type Sort Column(s)
notes_pk Primary key Asc id

Relationships