home / app

__drizzle_migrations

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ hash created_at
None dba1d8a12056f31e7ee7dd513add7f6db13829f5ff6892db6575056f172f348d 1777217907883
None 524b1d11c464f05164826b0d882bac534cde36cdd152999da1c523f2628675f5 1777229156073

Advanced export

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

CSV options:

CREATE TABLE "__drizzle_migrations" (
				id SERIAL PRIMARY KEY,
				hash text NOT NULL,
				created_at numeric
			);
Powered by Datasette · Queries took 35.19ms