Hi Im using this query in sqlite
tx.executeSql('CREATE TABLE IF NOT EXISTS STU_REMAINDER( REG_NO VARCHAR(15), REM_ID INTEGER, REM_DATETIME DATETIME, DETAILS VARCHAR(500),STATUS INTEGER )');
I want to add column SCH_ID in this table, if not exist in this column. Thank you.