Menu

#2 etc/create.sql update for year/second

closed
nobody
None
5
2002-08-30
2002-08-30
No

I'm sure you know this... btw:

#
# This table is an example of creation of events table
# the size of the columns are orietnative and can be
# replaced with any other.
#
CREATE TABLE events (
second VARCHAR(64) DEFAULT '0',
minute VARCHAR(64) DEFAULT '*',
hour VARCHAR(64) DEFAULT '*',
dayofmonth VARCHAR(64) DEFAULT '*',
month VARCHAR(64) DEFAULT '*',
year VARCHAR(64) DEFAULT '*',
dayofweek VARCHAR(64) DEFAULT '*',
task VARCHAR(255),
extrainfo VARCHAR(255)
);

Discussion

  • Israel Olalla

    Israel Olalla - 2002-08-30
    • status: open --> closed
     
  • Israel Olalla

    Israel Olalla - 2002-08-30

    Logged In: YES
    user_id=64867

    Hi i can't understand this patch, i think everything is ok
    in the cvs no?