extract schema for sql server compact edition

sql-server, sql-server-ce

Solution

There is a project on Codeplex that someone has actually built the functionality to be able to do scripting for sql server compact edition databases.

Problem

Is there a way to generate the sql statement for tables in sql server compact ? same as for sql server express+ ? Essentially a create table( .... ) statement as output ?

Original source