Hello,
I created a tool that automatically creates the database queries based on simple text, for example:
cars:id,name
car_colors:id,name,car_id
Would automatically create the sql needed for those tables, with the correct field type (int,text,varchar,primary key,auto increment,etc).
Wanted to...