How to create an empty vector map in GRASS GIS

v.edit can create an empty vector map, but it does not create an attribute table.

# Create an empty vector map
v.edit map=new_map tool=create
# Add a new table
v.db.addtable map=new_map columns="value double"