The padrino-gen gem which supports AR tasks has not been updated in 3 years which predates Rails 7.2. This is likely to be an uphill battle without that gem being patched for newer rails versions. If you look at the patch that was provided in your previous post, github.com/padrino/padrino-framework/issues/2298, it addresses this as well by calling schema_format on the ActiveRecord module rather than the Base class.
padrino-gengem which supports AR tasks has not been updated in 3 years which predates Rails 7.2. This is likely to be an uphill battle without that gem being patched for newer rails versions. If you look at the patch that was provided in your previous post, github.com/padrino/padrino-framework/issues/2298, it addresses this as well by callingschema_formaton theActiveRecordmodule rather than theBaseclass.