/[SQLSession]/trunk/lib/SQLSession/Model/Query.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/SQLSession/Model/Query.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by dpavlin, Sun Dec 3 19:47:39 2006 UTC revision 28 by dpavlin, Thu Dec 7 19:56:41 2006 UTC
# Line 25  use SQLSession::Record schema { Line 25  use SQLSession::Record schema {
25                  refers_to SQLSession::Model::Database by 'id',                  refers_to SQLSession::Model::Database by 'id',
26                  label is 'on database',                  label is 'on database',
27                  mandatory;                  mandatory;
28            
29            column note =>
30                    type is 'text',
31                    label is 'Note',
32                    render as 'textarea',
33                    since 0.0.2;
34  };  };
35    
36  # Your model-specific methods go here.  # Your model-specific methods go here.

Legend:
Removed from v.21  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26