create table orders (
order_id int not null,
order_date date not null,
order_time time not null,
primary key(order_id));
this is my code after resheshing schemas table is not crated what should i do?
i am unable to create a table or schemas using code, why?