Skip to content

Instantly share code, notes, and snippets.

@Kievbuy
Created November 27, 2018 14:08
Show Gist options
  • Select an option

  • Save Kievbuy/9abfa6c5e53d893c2d230242fb9fd362 to your computer and use it in GitHub Desktop.

Select an option

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; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment