TableOptions
Table creation options
- 
                  
                  
Only creates the table if it does not already exist.
 - 
                  
                  
Creates a temporary table.
 - 
                  
                  
Creates a without rowid table. See https://www.sqlite.org/withoutrowid.html
 - 
                  
                  
Creates a strict table. See https://www.sqlite.org/stricttables.html
 
View on GitHub
Install in Dash
        TableOptions Structure Reference