Give alias and random suffix for whatsapp videos without created timestamp
This commit is contained in:
@@ -12,6 +12,7 @@ CREATE TABLE IF NOT EXISTS videos (
|
||||
lat DECIMAL(10,6),
|
||||
long DECIMAL(11,7),
|
||||
address VARCHAR(255),
|
||||
difficulty_level VARCHAR(255) DEFAULT 'Tout niveau'
|
||||
difficulty_level VARCHAR(255) DEFAULT 'Tout niveau',
|
||||
alias VARCHAR(255) DEFAULT ''
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user