I was playing with Schema module and it reported this.
Attached patch explicitly defines not null for the columns that are part of the primary key in CTools object cache table.
| Comment | File | Size | Author |
|---|---|---|---|
| ctools_primary_keys_not_null.patch | 1.06 KB | markus_petrux |
Comments
Comment #1
markus_petrux commentedComment #2
merlinofchaos commentedDoes this need a _update_X to go with it to modify the existing schema to match?
Comment #3
markus_petrux commentedNot null is implicit in both MySQL and PostgrSQL. So it's just a patch for consistency. :)
Comment #4
merlinofchaos commentedCommitted, then.