Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 8c9bee1

Browse files
committed
✨ added example schema
1 parent a045e5d commit 8c9bee1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

App/Database/Schema/users.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"id": 1,
3+
"username?": "mychi.darko",
4+
"fullname": "Mychi Darko",
5+
"email?": "mickdd22@gmail.com",
6+
"phone": "233504766732",
7+
"email_verified_at?": "2021-07-23T16:18:35.947712157Z",
8+
"password": "poekojdenwjwiojweojojweoijoewoj",
9+
"remember_token?": "deiwoj",
10+
"timestamps": ""
11+
}

0 commit comments

Comments
 (0)