mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
8 lines
163 B
SQL
8 lines
163 B
SQL
CREATE TABLE `rtmAuthor` (
|
|
`id` integer PRIMARY KEY NOT NULL,
|
|
`authorId` text NOT NULL,
|
|
`mergerId` text,
|
|
`repo` text NOT NULL,
|
|
`issueNumber` text NOT NULL
|
|
);
|