home / MediaInfo

media_container_type

✎ View and edit SQL

This data as json, copyable

0 records

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