mysql> use gogs_production mysql> show tables; +---------------------------+ | Tables_in_gogs_production | +---------------------------+ | access | | access_token | | action | | attachment | | collaboration | | comment | | deploy_key | | email_address | | follow | | hook_task | | issue | | issue_label | | issue_user | | label | | login_source | | milestone | | mirror | | notice | | org_user | | public_key | | pull_request | | release | | repository | | star | | team | | team_repo | | team_user | | update_task | | user | | version | | watch | | webhook | +---------------------------+ 32 rows in set (0.00 sec) mysql> select * from user; +----+------------+------+-----------+-------------+------------------------------------------------------------------------------------------------------+------------+--------------+------------+------+----------+---------+------------+------------+--------------+--------------+----------------------+-------------------+-----------+----------+----------------+--------------------+----------------------------------+--------------+-------------------+---------------+---------------+-----------+-----------+-------------+-----------+-------------+ | id | lower_name | name | full_name | email | passwd | login_type | login_source | login_name | type | location | website | rands | salt | created_unix | updated_unix | last_repo_visibility | max_repo_creation | is_active | is_admin | allow_git_hook | allow_import_local | avatar | avatar_email | use_custom_avatar | num_followers | num_following | num_stars | num_repos | description | num_teams | num_members | +----+------------+------+-----------+-------------+------------------------------------------------------------------------------------------------------+------------+--------------+------------+------+----------+---------+------------+------------+--------------+--------------+----------------------+-------------------+-----------+----------+----------------+--------------------+----------------------------------+--------------+-------------------+---------------+---------------+-----------+-----------+-------------+-----------+-------------+ | 1 | asd | asd | | asd@asd.asd | ff68487527398465ac68ae3db4d806d2eddd78c91573818d3d8dc3b557d4747fa232cc05738af8be36a8f18fb4e4960160fe | 0 | 0 | | 0 | | | mci2niuf5E | mJfUIraaL9 | 1463079469 | 1463079469 | 0 | -1 | 1 | 1 | 0 | 0 | 6f370c8c7109534c3d5c394123a477d7 | asd@asd.asd | 0 | 0 | 0 | 0 | 0 | | 0 | 0 | +----+------------+------+-----------+-------------+------------------------------------------------------------------------------------------------------+------------+--------------+------------+------+----------+---------+------------+------------+--------------+--------------+----------------------+-------------------+-----------+----------+----------------+--------------------+----------------------------------+--------------+-------------------+---------------+---------------+-----------+-----------+-------------+-----------+-------------+ 1 row in set (0.00 sec)