Files
wehub-resource-sync 5357c39144
Fuzzer / Run Fuzzer (push) Has been cancelled
Race tests / Go race tests (ubuntu-22.04) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:01:40 +08:00

10 lines
209 B
SQL

CREATE TABLE employees (
`id` varchar(20) NOT NULL,
`first name` LONGTEXT,
`last name` LONGTEXT,
`title` LONGTEXT,
`start date` LONGTEXT,
`end date` LONGTEXT,
PRIMARY KEY (`id`)
);