CREATE TABLE Project ( id integer NOT NULL, name varchar(255) NOT NULL, biaya integer NOT NULL, created_at TIMESTAMP DEFAULT current_timestamp, PRIMARY KEY(id), )