Commit 3da6c14db189c6e0d59e642e8bf6dec89c96579d
- Diff rendering mode:
- inline
- side by side
database.sql
(1 / 1)
|   | |||
| 4 | 4 | CREATE TABLE `launchpad_data` ( | |
| 5 | 5 | `id` int(10) unsigned NOT NULL auto_increment, | |
| 6 | 6 | `source_id` int(10) unsigned NOT NULL, | |
| 7 | `github_id` varchar(255) NOT NULL, | ||
| 7 | `launchpad_id` varchar(255) NOT NULL, | ||
| 8 | 8 | `title` text NOT NULL, | |
| 9 | 9 | `content` text, | |
| 10 | 10 | `repository` text, |

