INTEGER PRIMARY KEY<#if field.isAutoIncrement> AUTOINCREMENT</#if> in a ftl
Closed this issue · 1 comments
druidamix commented
Hi,
I have seen this conditional in sqliteopenhelper.ftl:
INTEGER PRIMARY KEY<#if field.isAutoIncrement> AUTOINCREMENT</#if>
It means will you put a neu parameter autoincrement in the jsons to enable or disable autoincrement?
Cheer.s
BoD commented
Sorry, there are no plans for this currently.