Browse Source

updated create_users_table migration

v3-dev
REJack 6 years ago
parent
commit
212f828228
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      app/Database/Migrations/20181026110732_create_users_table.php

2
app/Database/Migrations/20181026110732_create_users_table.php

@ -56,7 +56,7 @@ class Migration_create_users_table extends Migration
],
'password' => [
'type' => 'VARCHAR',
'constraint' => 60,
'constraint' => 255,
],
'banned' => [
'type' => 'TINYINT',

Loading…
Cancel
Save