0
COMPLETADO
Support "if not exists" clause in sqlite table and index creation.
It would be nice to support the "if not exists" clause for table and index creation when targeting sqlite.
Respuesta
Respuesta
COMPLETADO
Vertabelo already supports "if not exists" clause in these two statements.
In case of table creation, just expand "Additional properties" section and set "IF NOT EXISTS clause" to "Yes":
You'll then see your this clause in generated SQL:
The same applies to index. Just set the property like this:
and you'll see this in the SQL output:
I hope this helps.
In case of table creation, just expand "Additional properties" section and set "IF NOT EXISTS clause" to "Yes":
You'll then see your this clause in generated SQL:
The same applies to index. Just set the property like this:
and you'll see this in the SQL output:
I hope this helps.
Servicio de atención al cliente por UserEcho
In case of table creation, just expand "Additional properties" section and set "IF NOT EXISTS clause" to "Yes":
You'll then see your this clause in generated SQL:
The same applies to index. Just set the property like this:
and you'll see this in the SQL output:
I hope this helps.