I hereby claim:
- I am gavin-k on github.
- I am lijy0717 (https://keybase.io/lijy0717) on keybase.
- I have a public key ASDtVHlSu8GzbHvzcnL6Mo8zujhfvaNBbbl3KN23EO6vxwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
@startuml | |
' uncomment the line below if you're using computer with a retina display | |
' skinparam dpi 300 | |
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> | |
' we use bold for primary key | |
' green color for unique | |
' and underscore for not_null | |
!define primary_key(x) <b>x</b> | |
!define unique(x) <color:green>x</color> | |
!define not_null(x) <u>x</u> |
#!/bin/sh | |
# Alot of these configs have been taken from the various places | |
# on the web, most from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' |