project - Table
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

project(Table)

PKNameData TypeNULLsA/NDefaultCommentFK

row_idInteger nextval('project_row_id_seq'::regclass)
row_entry_dateTimeStampWithTimeZone now()
row_update_dateTimeStampWithTimeZone now()
short_nameVarChar(50)
long_nameVarChar(200)

descriptionVarChar(1000)




NameParent TableChild TableParent ColumnsChild Columns
platform_project_id_fkeycore.projectcore.platformrow_idproject_id

Diagram Name
core