wocommunity / wolips

wolips
53 stars 53 forks source link

use constants ALLOWS_NULL and NOT_NULL in migrations #26

Closed darkv closed 9 years ago

darkv commented 12 years ago

The class Migration defines two constants ALLOWS_NULL and NOT_NULL to make the creation of table columns more readable. This patch replaces the former true/false parameters with those constants.