Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

主键如果使用uint64,表建成之后,主键不会设定为unsigned无符号型? #246

Open
itsimba opened this issue May 18, 2015 · 2 comments
Labels
Milestone

Comments

@itsimba
Copy link

itsimba commented May 18, 2015

主键如果使用uint64,表建成之后,主键字段不会自动设定为unsigned?
还是是否应该增加一个tag规则:unsigned 。这样可以显式定义字段为无符号型?

@itsimba itsimba changed the title 主键如果使用uint64,表建成之后不会unsigned? 主键如果使用uint64,表建成之后,主键不会设定为unsigned无符号型? May 18, 2015
@lunny
Copy link
Member

lunny commented Jan 29, 2016

无符号整形,因为sqlite不支持,所以无法所有数据库支持。暂时无法考虑。

@lunny lunny added this to the v0.6 milestone Oct 12, 2016
@freshcn
Copy link

freshcn commented Oct 16, 2016

这样的功能是否可以添加一些特定数据库的hook标签。  比如mysql_unsigned代表mysql支持这个东西。 必尽不同的数据库确实是有其数据库的特点。而正是由于这些特点有可能就是其优与别的数据库的原因,也是大家选择它的原因。

@lunny lunny modified the milestones: 0.7, 0.8 Oct 24, 2017
@lunny lunny modified the milestones: 0.8, 0.8.1 Jan 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants