CREATE TABLE Project ( project_id int PRIMARY KEY, nama varchar(255) NOT NULL, tanggal date NOT NULL, biaya int NOT NULL, deskripsi mediumtext );