调整数据库表的单复数
This commit is contained in:
@@ -628,7 +628,7 @@ $timerId = \Swoole\Timer::tick(1000, function() {
|
||||
|
||||
**表命名示例:**
|
||||
- Auth 模块: `auth_users`, `auth_roles`, `auth_permissions`, `auth_role_permission`
|
||||
- System 模块: `system_configs`, `system_logs`, `system_dictionaries`
|
||||
- System 模块: `system_setting`, `system_logs`, `system_dictionaries`
|
||||
|
||||
**迁移文件示例:**
|
||||
```php
|
||||
|
||||
Reference in New Issue
Block a user