5 ms·
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) N
by cleerline 4y 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
)