Like this ``` class User extends Model { static get table () { return 'my_users' } } ```