SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table properties ( id int auto_increment primary key, property varchar(255), category_id int, filter int, index (category_id) ); insert into properties (property, category_id, filter) values ('type', 1, 0);
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear