Skip to content

Instantly share code, notes, and snippets.

@natanverdes
Last active February 11, 2016 19:19
Show Gist options
  • Save natanverdes/829256483d95da60d213 to your computer and use it in GitHub Desktop.
Save natanverdes/829256483d95da60d213 to your computer and use it in GitHub Desktop.
Usar campo Blob en JHipster
// BLOB ≈ 64KB, MEDIUMBLOB ≈ 16MB and LONGBLOB ≈ 4GB
{
"relationships": [],
"fields": [
{
"fieldId": 1,
"fieldName": "nombre",
"fieldType": "String"
},
{
"fieldId": 2,
"fieldName": "foto",
"fieldType": "byte[]",
"fieldTypeBlobContent": "image"
}
],
"changelogDate": "20151217185616",
"dto": "no",
"service": "no",
"pagination": "pagination"
}
un más uno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment