mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-10 03:01:01 +00:00
Вычитка глав с 38 по 43
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
CREATE TABLE users (
|
||||
id SERIAL,
|
||||
first_name VARCHAR(40),
|
||||
last_name VARCHAR(40)
|
||||
first_name VARCHAR,
|
||||
last_name VARCHAR
|
||||
);
|
||||
|
Reference in New Issue
Block a user