all repos — stealth-developers @ a19b9c8aa54b7c47b8677c31a7d567bd24c632ee

pkgs/db/drizzle/20260707231539_normal_power_pack/migration.sql (view raw)

 1
 2
 3
 4
 5
 6
CREATE TABLE `api_tokens` (
	`id` text PRIMARY KEY,
	`token` text NOT NULL,
	`name` text NOT NULL,
	`created_at` integer
);