sqlite 判断表是否存在并创建

前端之家收集整理的这篇文章主要介绍了sqlite 判断表是否存在并创建前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
create table if not exists MessageLogTable_2 (ID integer primary key autoincrement not null,
tojid varchar(200),fromjid varchar(200),timestamp timestamp,remark,data text,type int,body text)
原文链接:https://www.f2er.com/sqlite/200187.html

猜你在找的Sqlite相关文章