#1 accepted
Francis

generate from db creates invalid not_null format

Reported by Francis | November 12th, 2008 @ 04:58 PM

When specifying not_null: as a parameter for a field the created field is still null...

---
UP: 
  create_table: 
    users: 
      name: 
        type: string
        length: 255
        not_null: 
      email: 
        type: string
        length: 255
        not_null: 
      salt: 
        type: string
        length: 255
        not_null: 
      hash: 
        type: string
        length: 255
        not_null: 
DOWN: 
  drop_table: users

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket

Pages