Skip to content
This repository was archived by the owner on May 13, 2019. It is now read-only.
This repository was archived by the owner on May 13, 2019. It is now read-only.

tablica #4

@udovicic

Description

@udovicic
CREATE TABLE `attendee` (
  `id` int(8) UNSIGNED NOT NULL,
  `submitted_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `name` varchar(30) NOT NULL,
  `email` varchar(50) NOT NULL,
  `academy_major` varchar(50) NOT NULL,
  `academy_year` tinyint(1) UNSIGNED NOT NULL,
  `motivation` text NOT NULL,
  `prior_knowledge` varchar(10000) NOT NULL DEFAULT '',
  `prior_languages` varchar(500) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

ALTER TABLE `attendee`
  ADD PRIMARY KEY (`id`);

ALTER TABLE `attendee`
  MODIFY `id` int(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions