WmZilla - Webmaster and Marketplace

The Next Generation Webmaster and Trade Forum

Is there anyone who can create a JSON to MySQL table?

Julessea3

New member

0

0%

Status

Offline

Posts

43

Likes

0

Rep

0

Bits

225

5

Months of Service

0%
I tried translating the content at this address below, but it didn't work. Is there someone who can help me? Create a table called "response". Create a table named "experience_socialtv". Create a table called "items" with columns: count (double, not null), id (varchar(50), not null), createdAt (double, not null), type (varchar(50), not null), timeZoneOffset (double, not null), likes (varchar(50), not null), with primary key (id) and a foreign key (count) referring to "hereNow" table. Create a table named "notifications" with a column type (varchar(50), not null) as the primary key. Create a table called "likes" with columns: id (varchar(50), not null), count (double, not null), with primary key (count) and a foreign key (count) referring to "items" table. Create a table named "item" with columns: type (varchar(50), not null), unreadCount (double, not null), with primary key (unreadCount) and a foreign key (type) referring to "notifications" table. Create a table called "hereNow" with a column count (double, not null) as the primary key. Create a table named "photo" with columns: id (double, not null), prefix (varchar(50), not null), suffix (varchar(100), not null), with primary key (prefix) and a foreign key (id) referring to "user" table. Create a table named "user" with columns: id (varchar(50), not null), id (double, not null), firstName (varchar(50), not null), lastName (varchar(50), not null), gender (varchar(50), not null), relationship (varchar(50), not null), with primary key (id) and a foreign key (count) referring to "items" table. Create a table named "groups" with a column count (double, not null), with a foreign key (id) referring to "likes" table. Create a table named "meta" with columns: code (double, not null), requestId (varchar(50), not null), with primary key (code).
 

249

6,622

6,642

Top