We can create it by two way. First from database properties designer mode:
And by sql scripts:
USE master;
GO
-- Create the database with the default data
-- filegroup and a log file. Specify the
-- growth increment and the max size for the
-- primary data file.
CREATE DATABASE TestDB ON...