Lines Matching refs:unique
37 $table->unique('gedcom_name');
65 $table->unique('user_name');
66 $table->unique('email');
154 $table->unique(['gedcom_id', 'xref', 'tag_type']);
167 $table->unique(['i_file', 'i_id']);
179 $table->unique(['f_file', 'f_id']);
193 $table->unique(['p_parent_id', 'p_file', 'p_place']);
241 $table->unique(['m_id', 'm_file']);
263 $table->unique(['o_file', 'o_id']);
273 $table->unique(['s_file', 's_id']);
284 $table->unique(['l_to', 'l_file', 'l_type', 'l_from']);
339 $table->unique(['gedcom_id', 'module_name', 'component'], $key1);