home / MediaInfo

media_container

✎ View and edit SQL

This data as json, copyable

0 records

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