Created
May 13, 2021 02:26
-
-
Save dev-sankhadip/9c96c3ef491a2d9325216acf26c3d7ae to your computer and use it in GitHub Desktop.
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
Create Table file(id Int AUTO_INCREMENT Not Null Primary Key, file_name Varchar(30), file_data LONGBLOB Not Null, created_by Varchar(20) Not Null, created_on Datetime Not Null); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment