home / MediaInfo

mediaattribute

✎ View and edit SQL

This data as json, copyable

0 records

CREATE TABLE mediaattribute (
	id INTEGER NOT NULL, 
	name VARCHAR(250), 
	type INTEGER, 
	PRIMARY KEY (id), 
	UNIQUE (id), 
	FOREIGN KEY(type) REFERENCES mediaattribute_type (id)
);
Powered by Datasette · Queries took 6.554ms