Skip to content

Commit

Permalink
Changed field name rom some_date to someDate
Browse files Browse the repository at this point in the history
This is in addition to the test file from 6698b73
  • Loading branch information
NanneHuiges authored and greut committed Apr 15, 2012
1 parent b2ccebd commit 0cd6a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE authors(
name VARCHAR(25) NOT NULL DEFAULT 'default_name',
updated_at datetime,
created_at datetime,
some_date date,
some_Date date,
some_time time,
some_text text,
some_enum enum('a','b','c'),
Expand Down

0 comments on commit 0cd6a77

Please sign in to comment.