- Name: Ravikant Singh
- Organisation: OpenMined
- Project: Implement Fan-Vercauteren Homomorphic Encryption Scheme in PySyft
- Proposal: https://docs.google.com/document/d/14JrXJ9_ddB8Qm-RbnOnA2NL_GxXxKXei56dSJrVumR0/edit?usp=sharing
- Mentor: Ayoub Benaissa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<column name="id" type="bigint unsigned" autoIncrement="true"> | |
<constraints nullable="false" primaryKey="true"/> | |
</column> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<column name="created_at" type="Timestamp" defaultValueComputed="CURRENT_TIMESTAMP"/> | |
<column name="updated_at" type="Timestamp" | |
defaultValueComputed="CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP"/> |