Hacker News new | ask | show | jobs
by cleerline 1286 days ago
gave it the below prompt and it nailed the bulk of it.

from the following table create a php crud application : CREATE TABLE `rating` ( `rating_id` int(11) NOT NULL, `review` varchar(4048) DEFAULT NULL, `rating` tinyint(4) NOT NULL )