We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c24a25 commit 20c51c2Copy full SHA for 20c51c2
README.md
@@ -1427,7 +1427,7 @@ create table test_history
1427
(
1428
id integer generated always as identity primary key,
1429
reference_id integer not null, -- идентификатор связанной сущности, FK быть не должно, т.к. запись м.б. удалена
1430
- created_at timestamp(0) with time zone not null default now() check (created_at <= now() + interval '10m'),
+ created_at timestamp(0) with time zone not null default now() check (created_at <= now() + interval '10m'),
1431
old_data jsonb check(jsonb_typeof(old_data) = 'object'),
1432
new_data jsonb check(jsonb_typeof(new_data) = 'object'),
1433
check (not (old_data is null and new_data is null))
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments