1648
1648
if (statement->current_proto_field)
1649
1649
statement->current_proto_field->set_type(message::Table::Field::EPOCH);
1655
1655
statement::CreateTable *statement=
1656
1656
(statement::CreateTable *)Lex->statement;
1658
1658
if (statement->current_proto_field)
1661
1661
statement->current_proto_field->mutable_time_options()->set_microseconds(true);