forked from DebaucheryLibrarian/traxxx
Added actors page. Added site logos with overview on network page.
This commit is contained in:
@@ -5,7 +5,16 @@ exports.up = knex => Promise.resolve()
|
||||
table.string('name')
|
||||
.unique()
|
||||
.notNullable();
|
||||
|
||||
table.string('gender', 18);
|
||||
table.text('description');
|
||||
table.date('birthdate');
|
||||
table.string('ethnicity');
|
||||
table.string('country_alpha2', 2);
|
||||
table.string('city');
|
||||
table.integer('height');
|
||||
table.string('boobs_size');
|
||||
table.boolean('boobs_natural');
|
||||
|
||||
table.integer('alias_for', 12)
|
||||
.references('id')
|
||||
|
||||
Reference in New Issue
Block a user