You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/20 05:46:35 UTC

[GitHub] [incubator-doris] caiconghui commented on issue #2242: Is that will be better create table with column default enable to be null?

caiconghui commented on issue #2242: Is that will be better create table with column default enable to be null?
URL: https://github.com/apache/incubator-doris/issues/2242#issuecomment-555848830
 
 
   @imay is it ok for table with nullable key ??
   MySQL [doris_test]> show columns from doris_test212;
   +-------+----------+------+------+---------+---------+
   | Field | Type     | Null | Key  | Default | Extra   |
   +-------+----------+------+------+---------+---------+
   | id    | INT      | YES  | YES  | 10      |         |
   | name  | SMALLINT | NO   | YES  | NULL    |         |
   | tt    | INT      | NO   | NO   | NULL    | REPLACE |
   +-------+----------+------+------+---------+---------+
   3 rows in set (0.00 sec)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org