Files
SnapOtter/apps/api/drizzle-sqlite-legacy/0001_amusing_omega_red.sql
T

8 lines
162 B
SQL
Raw Normal View History

CREATE TABLE `pipelines` (
`id` text PRIMARY KEY NOT NULL,
`name` text NOT NULL,
`description` text,
`steps` text NOT NULL,
`created_at` integer NOT NULL
);