-
-
Save Kievbuy/9abfa6c5e53d893c2d230242fb9fd362 to your computer and use it in GitHub Desktop.
# README ## CheckPermission Module ## Database structure **Table** Articles { String title; Text body; Integer user_id;
} **Table** Users { String name; String email; String password_digest;
} **Table** Roles { String name;
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment