Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ cd cake/console
$ sudo ./cake schema create
...
The following table(s) will be dropped.
...
Are you sure you want to drop the table(s)? (y/n) 
[n] > n

The following table(s) will be created.
...
Are you sure you want to create the table(s)? (y/n) 
[y] > y
...
End create.

Use schema update to update an existing database.

...