tapac
07/14/2016, 10:31 AMIs there a way to create a DATETIME DEFAULT CURRENT_TIMESTAMP column?I think it's not possible at the moment, but we can support that and other cases with using typed expressions as default value.
Is it possible to specify an unsigned integer in Exposed?No. Only if you create your own UnsignedIntegerColumnType.