create_table :projects do |t|
      t.integer :user_id
      t.string :name
      t.string :slug
      t.text :text