void timestampsTz({bool useCurrent = true, int precision = 3}) { timestamps( useCurrent: useCurrent, timezoneAware: true, precision: precision, ); }