Subject: | Manual incomplete |
I've created the SQLite schema, with Group, User and Message tables. If I
launch the sentence:
my $user = Forum::Model::User->insert(
username => 'xyz',
email => 'xyz@fey-orm.org',
);
I get the following error:
User.group_id may not be NULL [for Statement "INSERT INTO "User" ("email",
"username") VALUES (?, ?)"] at ...
The message is clear, but a better manual will be helpful.