public static final String CREATE_DB = "create table ZealotRecord(" +
"id integer primary key autoincrement, " +
"uuid text, " +
"userId text, " +
"bushu text, " +
"date date, " +
"distance double, " +
"duration int, " +
"avgSpeed double, " +
"startTime date, " +
"endTime date);";
public static final String CREATE_TABLE_USER = "create table USer(" +
"id integer primary key autoincrement, " +
"username text, " +
"phone text, " +
"pwd text, " +
"sex text, " +
"age text, " +
"pwe text, " +
"height text, " +
"weight text, " +
"headericon text)";
USer表
username 姓名
phone 手机号
pwd 密码
sex 性别
age 年龄
weight 体重
height 身高
ZealotRecord跑步记录表
userId 用户id
bushu 步数
date 走路日期
duration 走路时间
startTime 走路开始时间
endTime 走路结束时间
code.song
- 粉丝: 982
- 资源: 1108
最新资源
- Swift语言教程:从基础语法到高级特性的全面讲解
- 常用工具合集(包括汉字转拼音工具、常用数据格式相互转换工具、尺寸相关的工具类).zip
- Delphi编程教程:从入门到精通Windows应用程序开发
- 视觉化编程入门指南:Visual Basic语言教程及其应用领域
- 纯代码实现的3d爱心.zip学习资料语言
- 儿童编程教育中Scratch语言的基础教学及实战示例
- 批量文件编码格式转换工具.zip学习资料
- 在不同操作系统下编译Android源码需要更改一些Android源码的配置项,脚本用于自动化更改配置项.zip
- 基于vue3的春节烟花许愿代码.zip学习资料
- Apache Kafka 的 Python 客户端.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈