forked from DebaucheryLibrarian/traxxx
Showing all unique descriptions on profile with network logo. Fixed Fame Digital scraper.
This commit is contained in:
@@ -349,12 +349,13 @@ exports.up = knex => Promise.resolve()
|
||||
.defaultTo(1);
|
||||
|
||||
table.string('real_name');
|
||||
table.string('gender', 18);
|
||||
|
||||
table.date('date_of_birth');
|
||||
table.date('date_of_death');
|
||||
|
||||
table.string('gender', 18);
|
||||
table.text('description');
|
||||
table.string('description_hash');
|
||||
|
||||
table.string('birth_city');
|
||||
table.string('birth_state');
|
||||
|
||||
Reference in New Issue
Block a user