restgomysql icon indicating copy to clipboard operation
restgomysql copied to clipboard

please provide sample mysql schema

Open serverchief opened this issue 9 years ago • 2 comments

Hi, tried making use of your example, it would help if you provide sample mysql schema..

Thanks

serverchief avatar Jan 15 '16 18:01 serverchief

~~Same here, I have no idea how your tables are set up.~~ See #8 :+1:

DerfOh avatar Sep 22 '16 17:09 DerfOh

Update: I think I reverse engineered the schema, the following should net you a usable db, PR coming soon :smile: : create database farm; use farm; create table pandas (ID int NOT NULL AUTO_INCREMENT, name varchar(20), primary key (ID));

DerfOh avatar Sep 22 '16 17:09 DerfOh