The apartment gem, used with PostgreSQL, will use separate schemas for each tenant, so you don’t need custom table names.
I’ve not used it with MySQL, but I understand in that situation it adds a prefix to each table name for each tenant - but this is all handled by the gem itself, so you shouldn’t need to customise table names beyond that. > On 12 May 2015, at 11:57 am, Frank H <[email protected]> wrote: > > trying to something custom with table names~ > > trying to add some suffix to table name~ > > but i'm not quite familiar with apartment gem ◑ω◐ > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/thinking-sphinx > <http://groups.google.com/group/thinking-sphinx>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx. For more options, visit https://groups.google.com/d/optout.
