|
id
|
bigint(20) unsigned
|
|
|
|
|
username
|
varchar(64)
|
|
|
|
|
password_encrypted
|
text
|
|
|
|
|
full_name
|
varchar(160)
|
|
|
|
|
email
|
varchar(190)
|
|
|
|
|
phone
|
varchar(40)
|
|
|
|
|
address
|
text
|
|
|
|
|
plan_id
|
bigint(20) unsigned
|
|
|
|
|
status
|
enum
|
-- |
|
active
|
|
expires_at
|
datetime
|
|
|
|
|
static_ip
|
varchar(45)
|
|
|
|
|
simultaneous_use
|
smallint(5) unsigned
|
|
|
1
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|