allow for bigger labeled tables (#35568)

This commit is contained in:
Frédéric Péters 2019-08-25 09:05:46 +02:00
parent e54a12df09
commit 3c4c0b6e41
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ CREATE TABLE public.dates AS (SELECT
self.create_table(
name,
[
['id', 'smallint primary key'],
['id', 'integer primary key'],
['label', 'varchar']
], comment=comment)