On 15 May 2014, at 7:22am, Werner Kleiner <sqliteh...@web.de> wrote:

> What I mean is: The original MySQL DB has columns with int(10). And the
> converting tool converts all these columns in SQLite to Int 
> I can change the conversion so that all columns would be INTEGER in SQLite.
> As I understand for SQLite it is equal if the column is declared as Int or
> INTEGER?

Sorry, now I understand your question.  There is no need to do anything 
special.  f you use 'Int' in SQLite it will be interpreted as 'INTEGER' anyway. 
 See the table in section 2.2 of this document:

<http://www.sqlite.org/datatype3.html>

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to