home / MediaInfo

mediaattribute_type

✎ View and edit SQL

This data as json, copyable

0 records

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