Uploaded image for project: 'DdlUtils'
  1. DdlUtils
  2. DDLUTILS-17

MS SQL Server DATETIME column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Cannot Reproduce
    • None
    • None
    • Core - SqlServer
    • None
    • MS SQL Server 2000

    Description

      I had trouble creating a MS SQL Server DATETIME column with DdlUtils (TypeMap.java does not have a DATETIME?). MS SQL Server 2000 does not have a DATE or TIME column type. They have a DATETIME and a TIMESTAMP. There can only be one TIMESTAMP column per table, but multiple DATETIMES are ok.

      For reference the MS SQL types I have are:

      bigint
      binary
      bit
      char
      datetime
      decimal
      float
      image
      int
      money
      nchar
      ntext
      numeric
      nvarchar
      real
      smalldatetime
      smallint
      smallmoney
      sql_variant
      text
      timestamp
      tinyint
      uniqueidentifier
      varbinary
      varchar

      Attachments

        Activity

          People

            tomdz Thomas Dudziak
            dmeany dan meany
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: