mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
4 lines
161 B
SQL
4 lines
161 B
SQL
ALTER TABLE `worker` ADD `created_by_user_id` varchar(64);
|
|
--> statement-breakpoint
|
|
CREATE INDEX `worker_created_by_user_id` ON `worker` (`created_by_user_id`);
|