aurweb/schema
Florian Pritz 102dad49e7 schema: Fix invalid NULL on primary key
>From the mysql 5.7 breaking change page:

Columns in a PRIMARY KEY must be NOT NULL, but if declared explicitly as
NULL produced no error. Now an error occurs. For example, a statement
such as CREATE TABLE t (i INT NULL PRIMARY KEY) is rejected. The same
occurs for similar ALTER TABLE statements. (Bug #13995622, Bug #66987,
Bug #15967545, Bug #16545198)

References:
http://stackoverflow.com/a/22314073

Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2017-04-16 10:35:49 +02:00
..
aur-schema.sql schema: Fix invalid NULL on primary key 2017-04-16 10:35:49 +02:00
gendummydata.py gendummydata.py: Fix to make it less db specific 2017-03-01 20:29:07 +01:00
Makefile Add a Makefile to build an SQLite-compatible schema 2017-03-01 20:12:57 +01:00
reloadtestdb.sh reloadtestdb.sh: Use aurweb as main directory 2015-06-17 10:40:24 +02:00