← Shopware 6.1.0.rc4

Shopware 6.1.0.rc4 user

Administration user accounts — login credentials, locale preference, and admin flag.

Columns

14 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
username varchar(255) NO Unique
password varchar(255) NO
first_name varchar(255) NO
last_name varchar(255) NO
email varchar(255) NO Unique
active tinyint(1) NO Default: 0
admin tinyint(1) YES
avatar_id binary(16) YES Index Foreign Key → media.id
locale_id binary(16) NO Index Foreign Key → locale.id
store_token varchar(255) YES
custom_fields longtext YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

5 indexes

Index Name Columns Unique
fk.user.avatar_id avatar_id No
fk.user.locale_id locale_id No
PRIMARY id Yes
uniq.user.email email Yes
uniq.user.username username Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
avatar_id media id
locale_id locale id

Relations (to this table)

6 relations

Local Field Foreign Table Foreign Field
id user_access_key user_id
id media user_id
id state_machine_history user_id
id user_recovery user_id
id import_export_log user_id
id acl_user_role user_id