home / database

Menu
  • GraphQL API

alembic_version

Table actions
  • GraphQL API for alembic_version

Data source: steam-to-sqlite

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

version_num ▼
678f3de91b2a

Advanced export

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

CSV options:

CREATE TABLE alembic_version (
	version_num VARCHAR(32) NOT NULL, 
	CONSTRAINT alembic_version_pkc PRIMARY KEY (version_num)
);
Powered by Datasette · Queries took 3.812ms · Data source: steam-to-sqlite