home / PuP_PoC_dog

weekday

✎ View and edit SQL

This data as json, copyable

0 records

CREATE TABLE weekday (
	id INTEGER NOT NULL, 
	name VARCHAR(100), 
	PRIMARY KEY (id), 
	UNIQUE (id), 
	UNIQUE (name)
);
Powered by Datasette · Queries took 5.323ms