Sha256: 4954b39f2b4a21a64d81536bf6171b9e6a66077b764fc80ea27a8be7796b8dd7

Contents?: true

Size: 378 Bytes

Versions: 12

Compression:

Stored size: 378 Bytes

Contents

create table student (
     id          int auto_increment,
     last_name   varchar(128) not null,
     first_name  varchar(128) not null,
     father_name varchar(128) not null,
     phone       varchar(20) null,
     telegram    varchar(100) null,
     email       varchar(100) null,
     git         varchar(100) null,
     constraint student_pk
         primary key (id)
);

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
rybish_code-1.1.4 lib/source/db_config/migrations/001_create_table_student.sql
shnaider_code-1.1.6 lib/source/db_config/migrations/001_create_table_student.sql
shnaider_code-1.1.5 lib/source/db_config/migrations/001_create_table_student.sql
shaider-students-0.1.0 db_config/migrations/001_create_table_student.sql
rubbish_code-1.1.4 lib/source/db_config/migrations/001_create_table_student.sql
rubbish_code-1.1.3 lib/source/db_config/migrations/001_create_table_student.sql
rubbish_code-1.1.2 lib/source/db_config/migrations/001_create_table_student.sql
rubbish_code-1.1.1 lib/source/db_config/migrations/001_create_table_student.sql
rubbish_code-1.1.0 lib/source/db_config/migrations/001_create_table_student.sql
rubbish_code-1.0.0 lib/source/db_config/migrations/001_create_table_student.sql
rubbish_code-0.1.4 lib/source/db_config/migrations/001_create_table_student.sql
rubbish_code-0.1.3 db_config/migrations/001_create_table_student.sql