We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b6b5f commit 9ba7577Copy full SHA for 9ba7577
1 file changed
README.md
@@ -55,6 +55,15 @@ return array(
55
);
56
```
57
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
67
### Models
68
Define your own models:
69
```php
0 commit comments