I am trying to create an SQL Server Compact edition in SQL Server Management Studio 2008. I created the database and one table it. I also created one column in the table (using visual tools in SQL Server Management Studio) but I cannot create any other column.
Is there any possibility to create a column without using SQL commands (I can do this when I am working with a SQL Server database, by right clicking on the table and selecting design, but isn't this option available for SQL Server Compact?)