9a189ea342
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
123 B
SQL
6 lines
123 B
SQL
CREATE TABLE `linking_tokens` (
|
|
`id` text PRIMARY KEY NOT NULL,
|
|
`token` text NOT NULL,
|
|
`created_at` text NOT NULL
|
|
);
|