added userId in the faq table
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
<constraints nullable="false" foreignKeyName="fk_call_faq" references="call(id)"/>
|
||||
</column>
|
||||
<column name="user_id" type="INTEGER">
|
||||
<constraints nullable="false" foreignKeyName="fk_user_faq" references="user(id)"/>
|
||||
<constraints nullable="false" foreignKeyName="fk_gepafin_user_faq" references="gepafin_user(id)"/>
|
||||
</column>
|
||||
<column name="is_visible" type="BOOLEAN">
|
||||
<constraints nullable="false"/>
|
||||
|
||||
Reference in New Issue
Block a user