Skip to content

Commit 9ba7577

Browse files
committed
Update README.md
1 parent 14b6b5f commit 9ba7577

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ return array(
5555
);
5656
```
5757

58+
### Database
59+
Table: users
60+
61+
| Name | Type | Collation | Attributes | Null| Extra |
62+
| --- | --- | --- | --- | --- | --- |
63+
| id | int(10) | | UNSIGNED | No | AUTO_INCREMENT |
64+
| name | varchar(255) | utf8mb4_general_ci | | Yes | |
65+
| email | varchar(255) | utf8mb4_general_ci | | Yes | |
66+
5867
### Models
5968
Define your own models:
6069
```php

0 commit comments

Comments
 (0)