| row | type | comment |
|---|---|---|
| license_id | int | key, needed for joins |
| shortname | varchar | short name for displaying in searches, etc |
| name | varchar | longer name, for pretty display on article pages |
| description | text | what the license is all about - explanation |
| body | text | actual text of the license |
| linkurl | varchar | link to more info (GNU, creative commons, etc) |
| enabled | enum/bool/whatever | is this license "live"? |