tableName("my_table")now works as a model table setter: when called with a name it delegates totable()and returns the resolved name, instead of silently no-opping and leaving the model on its convention table. The zero-argument getter form is unchanged (#3079)