Added tests for validators
This commit is contained in:
parent
6cde8c9b0c
commit
1e57189366
21 changed files with 169 additions and 32 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# Table name: diary_comments
|
||||
#
|
||||
# id :bigint(8) not null, primary key
|
||||
# diary_entry_id :bigint(8) not null
|
||||
# user_id :bigint(8) not null
|
||||
# id :integer not null, primary key
|
||||
# diary_entry_id :integer not null
|
||||
# user_id :integer not null
|
||||
# body :text not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue