home / xmpp

software_platforms

Data source: XMPP Standards Foundation

0 rows where software_id = 51

✎ View and edit SQL

This data as json

0 records

CREATE TABLE [software_platforms] (
   [software_id] INTEGER,
   [platform] TEXT,
   PRIMARY KEY ([software_id], [platform]),
   FOREIGN KEY([software_id]) REFERENCES [software]([id])
);
Powered by Datasette · Queries took 17.272ms · Data source: XMPP Standards Foundation