Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riverside committed Jun 24, 2023
1 parent 14b6b5f commit 9ba7577
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ return array(
);
```

### Database
Table: users

| Name | Type | Collation | Attributes | Null| Extra |
| --- | --- | --- | --- | --- | --- |
| id | int(10) | | UNSIGNED | No | AUTO_INCREMENT |
| name | varchar(255) | utf8mb4_general_ci | | Yes | |
| email | varchar(255) | utf8mb4_general_ci | | Yes | |

### Models
Define your own models:
```php
Expand Down

0 comments on commit 9ba7577

Please sign in to comment.