kebblar / petstore-back

Pet Store app Backend
MIT License
0 stars 1 forks source link

crear un campo descripcion:plane_text en usuario_detalle #355

Open arellano-gustavo opened 2 years ago

arellano-gustavo commented 2 years ago

Para guardar el texto del detalle en plano y crearle un fulltext index asi:

alter table usuario_detalle add fulltext(descripcion_plane_text);