id(); $table->morphs('commentable'); $table->morphs('user'); $table->timestamp('created_at')->nullable(); $table->unique(['commentable_type', 'commentable_id', 'user_type', 'user_id'], 'comment_subscriptions_unique'); }); } };