Subversion Repositories VORC

Rev

Rev 62 | Rev 74 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62 Rev 65
Line 34... Line 34...
34
	id          => [qw(ClassID        5    auto        static )],
34
	id          => [qw(ClassID        5    auto        static )],
35
	name        => [qw(ClassName     10    text        required )],
35
	name        => [qw(ClassName     10    text        required )],
36
	coach       => [qw(Coach         15    select      required )],
36
	coach       => [qw(Coach         15    select      required )],
37
	date        => [qw(Date          20    date        required )],
37
	date        => [qw(Date          20    date        required )],
38
	location    => [qw(Location      25    text        required )],
38
	location    => [qw(Location      25    text        required )],
-
 
39
	level       => [qw(Level         27    text        required )],
39
	start_time  => [qw(Start         30    time        required )],
40
	start_time  => [qw(Start         30    time        required )],
40
	end_time    => [qw(End           35    time        required )],
41
	end_time    => [qw(End           35    time        required )],
41
	capacity    => [qw(Capacity      40    number      required )],
42
	capacity    => [qw(Capacity      40    number      required )],
42
	note        => [qw(Notes         45    textarea       )],
43
	note        => [qw(Notes         45    textarea       )],
43
);
44
);