r1 - 27 Feb 2007 - 08:12:36 - ChristianFoliniYou are here: TWiki >  Main Web > Task43Start

Task43Start - Model POST Parameter

See TasksExplained? for more infos about tasks. This task is based on the template at TaskTemplateStart

Status : closed
Category : database
Date opened : 2007-02-26
Description :
Referenced in stories/tasks : Story13Start
Testsuite : unit/postparameter_test.rb
Commited revision : 150

Remarks :


Changelog

2007-02-26 - done

The model looks almost exactly like the headers. Still i want to keep it seperate. At least for the time being.

  create_table "postparameters", :force => true do |t|
    t.column "request_id", :integer,                :default => 0,  :null => false
    t.column "name",       :string,  :limit => nil, :default => "", :null => false
    t.column "domain",     :text,                   :default => ""
  end

The remarks regarding the foreign keys apply here too: Task37Start
See 011_create_postparameters.rb

TaskStati
TaskStatus? closed
Task-Categories database
Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
Main.TaskTemplateStart moved from Main.TaskTemplate on 19 Jan 2007 - 12:41 by ChristianFolini
 

No permission to view WebTopBar?

No permission to view WebBottomBar?