Update CommonString.java
This commit is contained in:
committed by
GitHub
parent
79b43f1564
commit
7cbc3896a1
@@ -616,4 +616,24 @@ public class CommonString {
|
|||||||
|
|
||||||
+ ")";
|
+ ")";
|
||||||
|
|
||||||
|
public static final String TABLE_INSERT_BRAND_AVAIBILITY_DATA = "Camera_Not_Allowed";
|
||||||
|
|
||||||
|
public static final String CREATE_TABLE_INSERT_BRAND_AVAIBILITY_DATA = "CREATE TABLE IF NOT EXISTS "
|
||||||
|
+ TABLE_INSERT_BRAND_AVAIBILITY_DATA
|
||||||
|
+ "("
|
||||||
|
+ "KEY_ID"
|
||||||
|
+ " INTEGER PRIMARY KEY AUTOINCREMENT ,"
|
||||||
|
|
||||||
|
+ "COMMON_ID"
|
||||||
|
+ " INTEGER,"
|
||||||
|
|
||||||
|
+ "BRAND_NAME"
|
||||||
|
+ " VARCHAR,"
|
||||||
|
|
||||||
|
+ "BRAND_ID"
|
||||||
|
+ " INTEGER"
|
||||||
|
|
||||||
|
+ ")";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user