Skip to content

Instantly share code, notes, and snippets.

View katekimani's full-sized avatar

Kate katekimani

  • Lisbon
View GitHub Profile
create table admins (
id uuid not null,
name text not null,
email text not null,
encrypted_password text not null,
reset_password_token text not null,
reset_password_sent_at timestamp,
remember_created_at timestamp,
sign_in_count integer not null,
public class className{
//variables declaration if any
//methods declaration 
}