admins

0 rows


Description

管理者

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
admin_operation_logs.admin_id admin_operation_logs_ibfk_1 R

ID

created_at DATETIME 19 null

登録日時

updated_at DATETIME 19 null

更新日時

deleted_at DATETIME 19 null

削除日時

email VARCHAR 255 null

メールアドレス

name VARCHAR 255 null

名称

password VARCHAR 255 null

パスワード

last_login_time DATETIME 19 null

最終ログイン日時

login_id VARCHAR 255 null

ログインID

admin_class SMALLINT 5 null

管理クラス

nk_level BIGINT UNSIGNED 20 255

名古屋観光ホテル管理システム上のユーザー権限マスク値

remember_token TEXT 65535 null

リメンバートークン

roles JSON 1073741824 null

権限リスト

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
admins_login_id_idx Performance Asc login_id

Relationships