[Devel] Re: [Serdev] Trying Oracle module - debug mode output

Dmitry Semyonov dsemyonov at dins.ru
Wed Oct 12 20:02:06 CEST 2005


On Wed, 12 Oct 2005, Dmitry Semyonov wrote:

> I sent my version table schema to the list some time ago.

Well, just figured out that the message is cross-posted to several 
lists. Here is my schema for version table:

CREATE TABLE ser.version
(
    table_name     VARCHAR2 (64)  NOT NULL
  , table_version  NUMBER   (5)   DEFAULT '0' NOT NULL
)

-- 
...Bye..Dmitry.



More information about the Devel mailing list