Designing a table
Each column in your table is one entry with a name, a data type, the constraints it carries (NOT NULL, PRIMARY KEY, UNIQUE), and an optional default value. The page assembles the CREATE TABLE statement from those entries in the order you defined them, so the final SQL is exactly as complete as the design: no primary key in the grid means no primary key in the output.