We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d11d5 commit e05c3f2Copy full SHA for e05c3f2
database_schema.sql
@@ -55,7 +55,7 @@ CREATE TABLE IF NOT EXISTS `media` (
55
`ig_id` varchar(50) NOT NULL,
56
`media_type` varchar(50) NOT NULL,
57
`media_url` text NOT NULL,
58
- `thumbnail_url` text NOT NULL,
+ `thumbnail_url` text DEFAULT NULL,
59
`permalink` varchar(255) NOT NULL,
60
`timestamp` varchar(50) NOT NULL,
61
`created_at` int(11) NOT NULL,
0 commit comments