优化tenant模式
This commit is contained in:
@@ -30,9 +30,11 @@ class Tenant extends Model
|
||||
'contact_phone' => 'string',
|
||||
'contact_email' => 'string',
|
||||
'address' => 'string',
|
||||
'domain' => 'string',
|
||||
'status' => 'integer',
|
||||
'create_time' => 'datetime',
|
||||
'update_time' => 'datetime',
|
||||
'delete_time' => 'datetime',
|
||||
'remark' => 'string',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user