myCompiler
English
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
C
@CCMars
Cole MySQL Sample Code
MySQL
1 month ago
-- Human eye color table CREATE TABLE humans_eyes ( id CHAR(3) PRIMARY KEY, name VARCHAR(12) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- Human hair color table CREATE TABLE humans_hair ( id CHAR(3) PRIMARY KEY, name VARCHAR(7) NOT NULL
Cole PHP Sample Code
PHP
4 years ago
<?php // Cole Class namespace Marshall; class Cole { final public const string NAME_FIRST = 'Cole'; final public const string NAME_LAST = 'Marshall'; public function __construct( public readonly string $profession = 'Web Developer & Designer'
Previous
Next page