We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ots2版本如何实现主键列自增 类似java版本 java中的写法是这样的 // 第三列为消息ID,自动自增列,类型为INTEGER,属性为PKO_AUTO_INCREMENT tableMeta.addPrimaryKeyColumn(new PrimaryKeySchema("message_id", PrimaryKeyType.INTEGER, PrimaryKeyOption.AUTO_INCREMENT));
The text was updated successfully, but these errors were encountered:
还没看到最新的ProtoBuff协议,没法实现。
Sorry, something went wrong.
剛好需要使用到....
No branches or pull requests
ots2版本如何实现主键列自增
类似java版本
java中的写法是这样的 // 第三列为消息ID,自动自增列,类型为INTEGER,属性为PKO_AUTO_INCREMENT
tableMeta.addPrimaryKeyColumn(new PrimaryKeySchema("message_id", PrimaryKeyType.INTEGER, PrimaryKeyOption.AUTO_INCREMENT));
The text was updated successfully, but these errors were encountered: