...
Column name | Type | Constraints |
---|---|---|
id | integer | primary key |
firstName | string(100) |
|
lastName | string(100) |
|
string(150) | unique | |
passwd | string(16) |
|
To create the database, we will first create a EOModel and use migrations to build the database on the file system (H2 will take care of creating the database file).