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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
