PROJECT

Description

Table for storing project information.

Columns

Column Name Data Type Description
ID bigint(20)

NOT NULL

Primary key for the table.
DESCRIPTION longtext

NOT NULL

Description of the project.
NAME varchar(255)

NOT NULL

Name of the project.

Foreign Key Relationships

None