Skip to content

Instantly share code, notes, and snippets.

@dev-sankhadip
Created May 13, 2021 02:26
Show Gist options
  • Save dev-sankhadip/9c96c3ef491a2d9325216acf26c3d7ae to your computer and use it in GitHub Desktop.
Save dev-sankhadip/9c96c3ef491a2d9325216acf26c3d7ae to your computer and use it in GitHub Desktop.
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