可読性の高いメンテナンスされた文字列の改行を記録します.
419 ワード
NSString *createTableSQL = @"CREATE TABLE GROUPTABLEV2 (id integer PRIMARY KEY autoincrement, "
@"groupId text,name text, portraitUri text,inNumber text,maxNumber "
@"text ,introduce text ,creatorId text,creatorTime text, isJoin "
@"text, isDismiss text)";