home / MAAudio_2023_I

Menu
  • Log in

variant_type

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name position
1 Basisdaten 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE variant_type (
	id INTEGER NOT NULL, 
	name VARCHAR(250), 
	position INTEGER, 
	PRIMARY KEY (id), 
	UNIQUE (id), 
	UNIQUE (name)
);
CREATE INDEX ix_variant_type_position ON variant_type (position);
Powered by Datasette · Queries took 1.2ms