1. SQL / Говнокод #4921

    −184

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    CREATE TABLE IF NOT EXISTS `participant` (
      ...
      `subscribed` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL COMMENT 'whether the participant is currently subscribed',
      `posted` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL COMMENT 'whether the participant has posted a message to this stream'
    )

    Запостил: VASMAN, 14 Декабря 2010

    Комментарии (2) RSS

    Добавить комментарий