URL Shortener 1.0
A Laravel-based URL shortener application
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Migration
Graphe de collaboration de Migration:

Fonctions membres publiques

 up ()
 Run the migrations.
 
 down ()
 Reverse the migrations.
 
 up ()
 Run the migrations.
 
 down ()
 Reverse the migrations.
 
 up ()
 Run the migrations.
 
 down ()
 Reverse the migrations.
 
 up ()
 Run the migrations.
 
 down ()
 Reverse the migrations.
 
 up ()
 Run the migrations.
 
 down ()
 Reverse the migrations.
 
 up ()
 Run the migrations.
 
 down ()
 Reverse the migrations.
 
 up ()
 Run the migrations.
 
 down ()
 Reverse the migrations.
 
 up ()
 Run the migrations.
 
 down ()
 Reverse the migrations.
 

Description détaillée

Définition à la ligne 7 du fichier 0001_01_01_000000_create_users_table.php.

Documentation des fonctions membres

◆ down() [1/8]

Migration::down ( )

Reverse the migrations.

Définition à la ligne 43 du fichier 0001_01_01_000000_create_users_table.php.

◆ down() [2/8]

Migration::down ( )

Reverse the migrations.

Définition à la ligne 30 du fichier 0001_01_01_000001_create_cache_table.php.

◆ down() [3/8]

Migration::down ( )

Reverse the migrations.

Définition à la ligne 51 du fichier 0001_01_01_000002_create_jobs_table.php.

◆ down() [4/8]

Migration::down ( )

Reverse the migrations.

Renvoie
void

Définition à la ligne 30 du fichier 2026_01_30_100328_create_short_urls_table.php.

◆ down() [5/8]

Migration::down ( )

Reverse the migrations.

Renvoie
void

Définition à la ligne 26 du fichier 2026_01_30_155554_add_deleted_at_to_short_urls_table.php.

◆ down() [6/8]

Migration::down ( )

Reverse the migrations.

Renvoie
void

Définition à la ligne 26 du fichier 2026_01_31_101128_add_clicks_to_short_urls_table.php.

◆ down() [7/8]

Migration::down ( )

Reverse the migrations.

Renvoie
void

Définition à la ligne 26 du fichier 2026_01_31_105849_add_last_used_at_to_short_urls_table.php.

◆ down() [8/8]

Migration::down ( )

Reverse the migrations.

Définition à la ligne 32 du fichier 2026_02_06_174242_add_two_factor_columns_to_users_table.php.

◆ up() [1/8]

Migration::up ( )

Run the migrations.

Définition à la ligne 12 du fichier 0001_01_01_000000_create_users_table.php.

◆ up() [2/8]

Migration::up ( )

Run the migrations.

Définition à la ligne 12 du fichier 0001_01_01_000001_create_cache_table.php.

◆ up() [3/8]

Migration::up ( )

Run the migrations.

Définition à la ligne 12 du fichier 0001_01_01_000002_create_jobs_table.php.

◆ up() [4/8]

Migration::up ( )

Run the migrations.

Renvoie
void

Définition à la ligne 14 du fichier 2026_01_30_100328_create_short_urls_table.php.

◆ up() [5/8]

Migration::up ( )

Run the migrations.

Renvoie
void

Définition à la ligne 14 du fichier 2026_01_30_155554_add_deleted_at_to_short_urls_table.php.

◆ up() [6/8]

Migration::up ( )

Run the migrations.

Renvoie
void

Définition à la ligne 14 du fichier 2026_01_31_101128_add_clicks_to_short_urls_table.php.

◆ up() [7/8]

Migration::up ( )

Run the migrations.

Renvoie
void

Définition à la ligne 14 du fichier 2026_01_31_105849_add_last_used_at_to_short_urls_table.php.

◆ up() [8/8]

Migration::up ( )

Run the migrations.

Définition à la ligne 12 du fichier 2026_02_06_174242_add_two_factor_columns_to_users_table.php.